Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h3113 struct sk_reuseport_kern { struct
3114 struct sk_buff *skb;
3115 struct sock *sk;
3116 struct sock *selected_sk;
3117 struct sock *migrating_sk;
3118 void *data_end;
3119 u32 hash;
3120 u32 reuseport_id;
3121 bool bind_inany;
/openbmc/linux/net/core/
H A Dfilter.c11191 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4()
11252 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4()
11269 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()