Home
last modified time | relevance | path

Searched refs:max_socks (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/core/
Dsock_reuseport.c21 static struct sock_reuseport *__reuseport_alloc(unsigned int max_socks) in __reuseport_alloc() argument
24 sizeof(struct sock *) * max_socks; in __reuseport_alloc()
30 reuse->max_socks = max_socks; in __reuseport_alloc()
92 more_socks_size = reuse->max_socks * 2U; in reuseport_grow()
161 if (reuse->num_socks == reuse->max_socks) { in reuseport_add_sock()
/Linux-v5.10/include/net/
Dsock_reuseport.h16 u16 max_socks; /* length of socks */ member