Searched defs:sk_reuseport_kern (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | bpf.h | 3543 struct sk_reuseport_kern { struct 3544 struct sk_buff *skb; 3545 struct sock *sk; 3546 struct sock *selected_sk; 3547 struct sock *migrating_sk; 3548 void *data_end; 3549 u32 hash; 3550 u32 reuseport_id; 3551 bool bind_inany;
|
/linux/net/core/ |
H A D | filter.c | 11327 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4() 11388 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() 11405 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()
|