Searched defs:sk_reuseport_kern (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/linux/ |
D | bpf.h | 3339 struct sk_reuseport_kern { struct 3340 struct sk_buff *skb; 3341 struct sock *sk; 3342 struct sock *selected_sk; 3343 struct sock *migrating_sk; 3344 void *data_end; 3345 u32 hash; 3346 u32 reuseport_id; 3347 bool bind_inany;
|
/linux-6.12.1/net/core/ |
D | filter.c | 11242 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4() 11297 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() 11314 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()
|