Searched defs:sk_reuseport_kern (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/include/linux/ |
D | bpf.h | 3069 struct sk_reuseport_kern { struct 3070 struct sk_buff *skb; 3071 struct sock *sk; 3072 struct sock *selected_sk; 3073 struct sock *migrating_sk; 3074 void *data_end; 3075 u32 hash; 3076 u32 reuseport_id; 3077 bool bind_inany;
|
/Linux-v6.6/net/core/ |
D | filter.c | 11067 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4() 11122 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() 11139 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()
|