Searched defs:sk_reuseport_kern (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf.h | 1964 struct sk_reuseport_kern { struct 1965 struct sk_buff *skb; 1966 struct sock *sk; 1967 struct sock *selected_sk; 1968 void *data_end; 1969 u32 hash; 1970 u32 reuseport_id; 1971 bool bind_inany;
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 9930 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4() 9985 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() 10002 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()
|