Searched defs:sk_reuseport_kern (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | bpf.h | 3652 struct sk_reuseport_kern { struct 3653 struct sk_buff *skb; 3654 struct sock *sk; 3655 struct sock *selected_sk; 3656 struct sock *migrating_sk; 3657 void *data_end; 3658 u32 hash; 3659 u32 reuseport_id; 3660 bool bind_inany;
|
| /linux/net/core/ |
| H A D | filter.c | 11443 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4() 11504 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() 11521 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()
|