Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/mptcp/
A Dctrl.c74 pernet->mptcp_enabled = 1; in mptcp_pernet_set_defaults()
75 pernet->add_addr_timeout = TCP_RTO_MAX; in mptcp_pernet_set_defaults()
76 pernet->checksum_enabled = 0; in mptcp_pernet_set_defaults()
77 pernet->allow_join_initial_addr_port = 1; in mptcp_pernet_set_defaults()
78 pernet->stale_loss_cnt = 4; in mptcp_pernet_set_defaults()
79 pernet->pm_type = MPTCP_PM_TYPE_KERNEL; in mptcp_pernet_set_defaults()
146 table[0].data = &pernet->mptcp_enabled; in mptcp_pernet_new_table()
151 table[5].data = &pernet->pm_type; in mptcp_pernet_new_table()
157 pernet->ctl_table_hdr = hdr; in mptcp_pernet_new_table()
192 mptcp_pernet_set_defaults(pernet); in mptcp_net_init()
[all …]
A Dpm_netlink.c918 pernet->next_id = 1; in mptcp_pm_nl_append_new_local_addr()
947 pernet->addrs--; in mptcp_pm_nl_append_new_local_addr()
959 pernet->next_id); in mptcp_pm_nl_append_new_local_addr()
961 pernet->next_id = 1; in mptcp_pm_nl_append_new_local_addr()
982 pernet->addrs++; in mptcp_pm_nl_append_new_local_addr()
1533 pernet->addrs--; in mptcp_nl_cmd_del_addr()
1611 pernet->addrs = 0; in __reset_counters()
1621 __reset_counters(pernet); in mptcp_nl_cmd_flush_addrs()
1622 pernet->next_id = 1; in mptcp_nl_cmd_flush_addrs()
2350 pernet->subflows_max = 2; in pm_nl_init_net()
[all …]
/linux-6.3-rc2/net/netfilter/
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()
515 struct nfct_timeout_pernet *pernet = nfct_timeout_pernet(net); in ctnl_timeout_find_get() local
588 INIT_LIST_HEAD(&pernet->nfct_timeout_list); in cttimeout_net_init()
589 INIT_LIST_HEAD(&pernet->nfct_timeout_freelist); in cttimeout_net_init()
601 list_add(&cur->free_head, &pernet->nfct_timeout_freelist); in cttimeout_net_pre_exit()
[all …]
/linux-6.3-rc2/drivers/infiniband/core/
A Dcma.c198 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()
5370 xa_init(&pernet->tcp_ps); in cma_init_net()
5371 xa_init(&pernet->udp_ps); in cma_init_net()
5372 xa_init(&pernet->ipoib_ps); in cma_init_net()
5373 xa_init(&pernet->ib_ps); in cma_init_net()
5382 WARN_ON(!xa_empty(&pernet->tcp_ps)); in cma_exit_net()
5383 WARN_ON(!xa_empty(&pernet->udp_ps)); in cma_exit_net()
[all …]
/linux-6.3-rc2/net/ipv4/
A Dinet_timewait_sock.c301 hashinfo->pernet)) { in inet_twsk_purge()
A Dinet_hashtables.c1247 new_hashinfo->pernet = true; in inet_pernet_hashinfo_alloc()
1262 if (!hashinfo->pernet) in inet_pernet_hashinfo_free()
A Dtcp_minisocks.c373 if (net->ipv4.tcp_death_row.hashinfo->pernet) { in tcp_twsk_purge()
A Dsysctl_net_ipv4.c403 if (!net_eq(net, &init_net) && !hinfo->pernet) in proc_tcp_ehash_entries()
A Dtcp.c4810 tcp_hashinfo.pernet = false; in tcp_init()
/linux-6.3-rc2/include/net/
A Dinet_hashtables.h179 bool pernet; member
/linux-6.3-rc2/net/dccp/
A Dproto.c1205 dccp_hashinfo.pernet = false; in dccp_init()

Completed in 36 milliseconds