Searched refs:socks (Results 1 – 6 of 6) sorted by relevance
142 reuse->socks[i] = reuse->socks[reuse->num_socks - 1]; in __reuseport_detach_sock()166 reuse->socks[i] = reuse->socks[reuse->max_socks - reuse->num_closed_socks]; in __reuseport_detach_closed_sock()235 reuse->socks[0] = sk; in reuseport_alloc()283 memcpy(more_reuse->socks, reuse->socks, in reuseport_grow()285 memcpy(more_reuse->socks + in reuseport_grow()522 if (index >= socks) in run_bpf_filter()525 return reuse->socks[index]; in run_bpf_filter()577 u16 socks; in reuseport_select_sock() local588 if (likely(socks)) { in reuseport_select_sock()629 u16 socks; in reuseport_migrate_sock() local[all …]
95 struct nbd_sock **socks; member430 if (config->socks) { in nbd_xmit_timeout()1110 struct nbd_sock **socks; in nbd_add_socket() local1143 socks = krealloc(config->socks, (config->num_connections + 1) * in nbd_add_socket()1145 if (!socks) { in nbd_add_socket()1151 config->socks = socks; in nbd_add_socket()1323 kfree(config->socks[i]); in nbd_config_put()1325 kfree(config->socks); in nbd_config_put()1348 if (!config->socks) in nbd_start_device()2059 if (!socks[NBD_SOCK_FD]) in nbd_genl_connect()[all …]
33 __u32 socks = 0; variable53 socks++; in copy()
24 struct sock __rcu **socks; in bpf_sk_reuseport_detach() local27 socks = __locked_read_sk_user_data_with_flags(sk, SK_USER_DATA_BPF); in bpf_sk_reuseport_detach()28 if (socks) { in bpf_sk_reuseport_detach()36 RCU_INIT_POINTER(*socks, NULL); in bpf_sk_reuseport_detach()
29 struct sock *socks[]; /* array of sock pointers */ member
251 if (!ASSERT_EQ(skel->bss->socks, num_sockets, "socks")) in test_sockmap_copy()
Completed in 12 milliseconds