Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf.h2038 struct sk_reuseport_kern { struct
2039 struct sk_buff *skb;
2040 struct sock *sk;
2041 struct sock *selected_sk;
2042 void *data_end;
2043 u32 hash;
2044 u32 reuseport_id;
2045 bool bind_inany;
/kernel/linux/linux-6.6/include/linux/
Dbpf.h3087 struct sk_reuseport_kern { struct
3088 struct sk_buff *skb;
3089 struct sock *sk;
3090 struct sock *selected_sk;
3091 struct sock *migrating_sk;
3092 void *data_end;
3093 u32 hash;
3094 u32 reuseport_id;
3095 bool bind_inany;
/kernel/linux/linux-5.10/net/core/
Dfilter.c10042 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4()
10097 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4()
10114 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()
/kernel/linux/linux-6.6/net/core/
Dfilter.c11136 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4()
11191 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4()
11208 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()