Home
last modified time | relevance | path

Searched defs:sk_reuseport_kern (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/include/linux/
Dbpf.h3150 struct sk_reuseport_kern { struct
3151 struct sk_buff *skb;
3152 struct sock *sk;
3153 struct sock *selected_sk;
3154 struct sock *migrating_sk;
3155 void *data_end;
3156 u32 hash;
3157 u32 reuseport_id;
3158 bool bind_inany;
/linux-6.8/net/core/
Dfilter.c11165 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4()
11220 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4()
11237 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()