Searched defs:sock_reuseport (Results 1 – 1 of 1) sorted by relevance
34628 struct sock_reuseport { struct34629 struct callback_head rcu;34630 u16 max_socks;34631 u16 num_socks;34632 u16 num_closed_socks;34633 unsigned int synq_overflow_ts;34634 unsigned int reuseport_id;34635 unsigned int bind_inany: 1;34636 unsigned int has_conns: 1;34637 struct bpf_prog *prog;[all …]