Searched defs:sk_reuseport_kern (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | bpf.h | 3612 struct sk_reuseport_kern { struct 3613 struct sk_buff *skb; 3614 struct sock *sk; 3615 struct sock *selected_sk; 3616 struct sock *migrating_sk; 3617 void *data_end; 3618 u32 hash; 3619 u32 reuseport_id; 3620 bool bind_inany;
|
/linux/net/core/ |
H A D | filter.c | 11342 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4() 11403 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() 11420 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()
|