Searched defs:sock_reuseport (Results 1 – 1 of 1) sorted by relevance
13 struct sock_reuseport { struct14 struct rcu_head rcu;16 u16 max_socks; /* length of socks */17 u16 num_socks; /* elements in socks */18 u16 num_closed_socks; /* closed elements in socks */22 unsigned int synq_overflow_ts;24 unsigned int reuseport_id;48 struct sock_reuseport *reuse; in reuseport_has_conns() argument