Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dbpf.h3409 struct sk_reuseport_kern { struct
3410 struct sk_buff *skb;
3411 struct sock *sk;
3412 struct sock *selected_sk;
3413 struct sock *migrating_sk;
3414 void *data_end;
3415 u32 hash;
3416 u32 reuseport_id;
3417 bool bind_inany;
/linux-6.14.4/net/core/
Dfilter.c11256 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4()
11317 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4()
11334 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()