Searched defs:sock_reuseport (Results 1 – 7 of 7) sorted by relevance
38232 struct sock_reuseport { struct38233 struct callback_head rcu;38234 u16 max_socks;38235 u16 num_socks;38236 u16 num_closed_socks;38237 unsigned int synq_overflow_ts;38238 unsigned int reuseport_id;38239 unsigned int bind_inany: 1;38240 unsigned int has_conns: 1;38241 struct bpf_prog *prog;[all …]
66737 struct sock_reuseport { struct66738 struct callback_head rcu;66739 u16 max_socks;66740 u16 num_socks;66741 unsigned int synq_overflow_ts;66742 unsigned int reuseport_id;66743 unsigned int bind_inany: 1;66744 unsigned int has_conns: 1;66745 struct bpf_prog *prog;66746 struct sock *socks[0];
33192 struct sock_reuseport { struct33193 struct callback_head rcu;33194 u16 max_socks;33195 u16 num_socks;33196 unsigned int synq_overflow_ts;33197 unsigned int reuseport_id;33198 unsigned int bind_inany: 1;33199 unsigned int has_conns: 1;33200 struct bpf_prog *prog;33201 struct sock *socks[0];
35304 struct sock_reuseport { struct35305 struct callback_head rcu;35306 u16 max_socks;35307 u16 num_socks;35308 unsigned int synq_overflow_ts;35309 unsigned int reuseport_id;35310 unsigned int bind_inany: 1;35311 unsigned int has_conns: 1;35312 struct bpf_prog *prog;35313 struct sock *socks[0];