Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Dbpf.h1884 struct sk_reuseport_kern { struct
1885 struct sk_buff *skb;
1886 struct sock *sk;
1887 struct sock *selected_sk;
1888 void *data_end;
1889 u32 hash;
1890 u32 reuseport_id;
1891 bool bind_inany;
/linux-5.10/net/core/
Dfilter.c9883 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4()
9938 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4()
9955 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()