Searched refs:max_socks (Results 1 – 2 of 2) sorted by relevance
21 static struct sock_reuseport *__reuseport_alloc(unsigned int max_socks) in __reuseport_alloc() argument24 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()
16 u16 max_socks; /* length of socks */ member