Searched defs:sock_reuseport (Results 1 – 1 of 1) sorted by relevance
10 struct sock_reuseport { struct11 struct rcu_head rcu;13 u16 max_socks; /* length of socks */14 u16 num_socks; /* elements in socks */15 struct bpf_prog __rcu *prog; /* optional BPF sock selector */16 struct sock *socks[0]; /* array of sock pointers */