Searched refs:pernet (Results 1 – 10 of 10) sorted by relevance
| /linux/net/mptcp/ |
| A D | ctrl.c | 92 pernet->mptcp_enabled = 1; in mptcp_pernet_set_defaults() 94 pernet->blackhole_timeout = 3600; in mptcp_pernet_set_defaults() 97 pernet->checksum_enabled = 0; in mptcp_pernet_set_defaults() 99 pernet->stale_loss_cnt = 4; in mptcp_pernet_set_defaults() 101 strscpy(pernet->scheduler, "default", sizeof(pernet->scheduler)); in mptcp_pernet_set_defaults() 277 pernet->ctl_table_hdr = hdr; in mptcp_pernet_new_table() 322 struct mptcp_pernet *pernet; in mptcp_active_disable() local 324 pernet = mptcp_get_pernet(net); in mptcp_active_disable() 349 struct mptcp_pernet *pernet; in mptcp_active_should_disable() local 354 pernet = mptcp_get_pernet(net); in mptcp_active_should_disable() [all …]
|
| A D | pm_netlink.c | 982 pernet->next_id = 1; in mptcp_pm_nl_append_new_local_addr() 1011 pernet->addrs--; in mptcp_pm_nl_append_new_local_addr() 1023 pernet->next_id); in mptcp_pm_nl_append_new_local_addr() 1025 pernet->next_id = 1; in mptcp_pm_nl_append_new_local_addr() 1046 pernet->addrs++; in mptcp_pm_nl_append_new_local_addr() 1623 pernet->addrs--; in mptcp_pm_nl_del_addr_doit() 1735 pernet->addrs = 0; in __reset_counters() 1745 __reset_counters(pernet); in mptcp_pm_nl_flush_addrs_doit() 1746 pernet->next_id = 1; in mptcp_pm_nl_flush_addrs_doit() 2428 pernet->subflows_max = 2; in pm_nl_init_net() [all …]
|
| /linux/net/netfilter/ |
| A D | nfnetlink_cttimeout.c | 120 list_for_each_entry(timeout, &pernet->nfct_timeout_list, head) { in cttimeout_new_timeout() 174 list_add_tail_rcu(&timeout->head, &pernet->nfct_timeout_list); in cttimeout_new_timeout() 229 struct nfct_timeout_pernet *pernet; in ctnl_timeout_dump() local 241 pernet = nfct_timeout_pernet(net); in ctnl_timeout_dump() 283 list_for_each_entry(cur, &pernet->nfct_timeout_list, head) { in cttimeout_get_timeout() 348 list_for_each_entry(cur, &pernet->nfct_timeout_list, head) { in cttimeout_del_timeout() 514 struct nfct_timeout_pernet *pernet = nfct_timeout_pernet(net); in ctnl_timeout_find_get() local 587 INIT_LIST_HEAD(&pernet->nfct_timeout_list); in cttimeout_net_init() 588 INIT_LIST_HEAD(&pernet->nfct_timeout_freelist); in cttimeout_net_init() 600 list_add(&cur->free_head, &pernet->nfct_timeout_freelist); in cttimeout_net_pre_exit() [all …]
|
| /linux/drivers/infiniband/core/ |
| A D | cma.c | 198 return &pernet->tcp_ps; in cma_pernet_xa() 200 return &pernet->udp_ps; in cma_pernet_xa() 202 return &pernet->ipoib_ps; in cma_pernet_xa() 204 return &pernet->ib_ps; in cma_pernet_xa() 5401 xa_init(&pernet->tcp_ps); in cma_init_net() 5402 xa_init(&pernet->udp_ps); in cma_init_net() 5403 xa_init(&pernet->ipoib_ps); in cma_init_net() 5404 xa_init(&pernet->ib_ps); in cma_init_net() 5413 WARN_ON(!xa_empty(&pernet->tcp_ps)); in cma_exit_net() 5414 WARN_ON(!xa_empty(&pernet->udp_ps)); in cma_exit_net() [all …]
|
| /linux/include/net/ |
| A D | inet_hashtables.h | 174 bool pernet; member
|
| /linux/net/ipv4/ |
| A D | inet_hashtables.c | 1277 new_hashinfo->pernet = true; in inet_pernet_hashinfo_alloc() 1292 if (!hashinfo->pernet) in inet_pernet_hashinfo_free()
|
| A D | tcp_minisocks.c | 400 if (net->ipv4.tcp_death_row.hashinfo->pernet) { in tcp_twsk_purge()
|
| A D | sysctl_net_ipv4.c | 403 if (!net_eq(net, &init_net) && !hinfo->pernet) in proc_tcp_ehash_entries()
|
| A D | tcp.c | 5126 tcp_hashinfo.pernet = false; in tcp_init()
|
| /linux/net/dccp/ |
| A D | proto.c | 1218 dccp_hashinfo.pernet = false; in dccp_init()
|
Completed in 44 milliseconds