Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h2152 struct sk_reuseport_kern { struct
2153 struct sk_buff *skb;
2154 struct sock *sk;
2155 struct sock *selected_sk;
2156 struct sock *migrating_sk;
2157 void *data_end;
2158 u32 hash;
2159 u32 reuseport_id;
2160 bool bind_inany;
/Linux-v5.15/net/core/
Dfilter.c10160 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4()
10215 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4()
10232 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()