Searched defs:sk_reuseport_kern (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | bpf.h | 2019 struct sk_reuseport_kern { struct 2020 struct sk_buff *skb; 2021 struct sock *sk; 2022 struct sock *selected_sk; 2023 void *data_end; 2024 u32 hash; 2025 u32 reuseport_id; 2026 bool bind_inany;
|
/kernel/linux/linux-5.10/net/core/ |
D | filter.c | 9960 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4() 10015 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() 10032 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5()
|