Searched defs:sk_reuseport_kern (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | bpf.h | 3112 struct sk_reuseport_kern { struct 3113 struct sk_buff *skb; 3114 struct sock *sk; 3115 struct sock *selected_sk; 3116 struct sock *migrating_sk; 3117 void *data_end; 3118 u32 hash; 3119 u32 reuseport_id; 3120 bool bind_inany;
|
/openbmc/linux/net/core/ |
H A D | filter.c | 11187 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4() 11248 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() 11265 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()
|