Searched defs:sk_reuseport_kern (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| A D | bpf.h | 2200 struct sk_reuseport_kern { struct 2201 struct sk_buff *skb; 2202 struct sock *sk; 2203 struct sock *selected_sk; 2204 struct sock *migrating_sk; 2205 void *data_end; 2206 u32 hash; 2207 u32 reuseport_id; 2208 bool bind_inany;
|
| /linux/net/core/ |
| A D | filter.c | 10229 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4() 10284 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() 10301 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()
|
Completed in 28 milliseconds