Home
last modified time | relevance | path

Searched defs:sock_reuseport (Results 1 – 1 of 1) sorted by relevance

/include/net/
Dsock_reuseport.h9 struct sock_reuseport { struct
10 struct rcu_head rcu;
12 u16 max_socks; /* length of socks */
13 u16 num_socks; /* elements in socks */
14 struct bpf_prog __rcu *prog; /* optional BPF sock selector */
15 struct sock *socks[0]; /* array of sock pointers */