Searched defs:sk_reuseport_kern (Results 1 – 2 of 2) sorted by relevance
/linux-6.15/include/linux/ |
D | bpf.h | 3446 struct sk_reuseport_kern { struct 3447 struct sk_buff *skb; 3448 struct sock *sk; 3449 struct sock *selected_sk; 3450 struct sock *migrating_sk; 3451 void *data_end; 3452 u32 hash; 3453 u32 reuseport_id; 3454 bool bind_inany;
|
/linux-6.15/net/core/ |
D | filter.c | 11321 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4() 11382 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() 11399 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()
|