Home
last modified time | relevance | path

Searched refs:pernet (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/net/mptcp/
H A Dctrl.c99 pernet->mptcp_enabled = 1; in mptcp_pernet_set_defaults()
101 pernet->blackhole_timeout = 3600; in mptcp_pernet_set_defaults()
105 pernet->checksum_enabled = 0; in mptcp_pernet_set_defaults()
107 pernet->stale_loss_cnt = 4; in mptcp_pernet_set_defaults()
109 strscpy(pernet->scheduler, "default", sizeof(pernet->scheduler)); in mptcp_pernet_set_defaults()
110 strscpy(pernet->path_manager, "kernel", sizeof(pernet->path_manager)); in mptcp_pernet_set_defaults()
226 pernet->pm_type = pm_type; in proc_path_manager()
398 pernet->ctl_table_hdr = hdr; in mptcp_pernet_new_table()
443 struct mptcp_pernet *pernet; in mptcp_active_disable() local
445 pernet = mptcp_get_pernet(net); in mptcp_active_disable()
[all …]
H A Dpm_kernel.c534 pernet->next_id = 1; in mptcp_pm_nl_append_new_local_addr()
574 pernet->addrs--; in mptcp_pm_nl_append_new_local_addr()
586 pernet->next_id); in mptcp_pm_nl_append_new_local_addr()
588 pernet->next_id = 1; in mptcp_pm_nl_append_new_local_addr()
609 pernet->addrs++; in mptcp_pm_nl_append_new_local_addr()
1008 pernet->addrs--; in mptcp_pm_nl_del_addr_doit()
1090 pernet->addrs = 0; in __reset_counters()
1100 __reset_counters(pernet); in mptcp_pm_nl_flush_addrs_doit()
1101 pernet->next_id = 1; in mptcp_pm_nl_flush_addrs_doit()
1367 pernet->subflows_max = 2; in pm_nl_init_net()
[all …]
/linux-6.15/net/netfilter/
H A Dnfnetlink_cttimeout.c120 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-6.15/drivers/infiniband/core/
H A Dcma.c200 return &pernet->tcp_ps; in cma_pernet_xa()
202 return &pernet->udp_ps; in cma_pernet_xa()
204 return &pernet->ipoib_ps; in cma_pernet_xa()
206 return &pernet->ib_ps; in cma_pernet_xa()
5433 xa_init(&pernet->tcp_ps); in cma_init_net()
5434 xa_init(&pernet->udp_ps); in cma_init_net()
5435 xa_init(&pernet->ipoib_ps); in cma_init_net()
5436 xa_init(&pernet->ib_ps); in cma_init_net()
5445 WARN_ON(!xa_empty(&pernet->tcp_ps)); in cma_exit_net()
5446 WARN_ON(!xa_empty(&pernet->udp_ps)); in cma_exit_net()
[all …]
/linux-6.15/include/net/
H A Dinet_hashtables.h175 bool pernet; member
/linux-6.15/net/ipv4/
H A Dinet_hashtables.c1333 new_hashinfo->pernet = true; in inet_pernet_hashinfo_alloc()
1348 if (!hashinfo->pernet) in inet_pernet_hashinfo_free()
H A Dtcp_minisocks.c409 if (net->ipv4.tcp_death_row.hashinfo->pernet) { in tcp_twsk_purge()
H A Dsysctl_net_ipv4.c405 if (!net_eq(net, &init_net) && !hinfo->pernet) in proc_tcp_ehash_entries()
H A Dtcp.c5188 tcp_hashinfo.pernet = false; in tcp_init()
/linux-6.15/net/dccp/
H A Dproto.c1218 dccp_hashinfo.pernet = false; in dccp_init()