Searched defs:sk_reuseport_kern (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | bpf.h | 2614 struct sk_reuseport_kern { struct 2615 struct sk_buff *skb; 2616 struct sock *sk; 2617 struct sock *selected_sk; 2618 struct sock *migrating_sk; 2619 void *data_end; 2620 u32 hash; 2621 u32 reuseport_id; 2622 bool bind_inany;
|
| /Linux-v6.1/net/core/ |
| D | filter.c | 10875 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4() 10930 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() 10947 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()
|