Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h3392 struct sk_reuseport_kern { struct
3393 struct sk_buff *skb;
3394 struct sock *sk;
3395 struct sock *selected_sk;
3396 struct sock *migrating_sk;
3397 void *data_end;
3398 u32 hash;
3399 u32 reuseport_id;
3400 bool bind_inany;
/linux/net/core/
H A Dfilter.c11248 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4()
11303 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4()
11320 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()