Home
last modified time | relevance | path

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

/openbmc/linux/net/mptcp/
H A Dctrl.c80 pernet->mptcp_enabled = 1; in mptcp_pernet_set_defaults()
81 pernet->add_addr_timeout = TCP_RTO_MAX; in mptcp_pernet_set_defaults()
82 pernet->checksum_enabled = 0; in mptcp_pernet_set_defaults()
84 pernet->stale_loss_cnt = 4; in mptcp_pernet_set_defaults()
85 pernet->pm_type = MPTCP_PM_TYPE_KERNEL; in mptcp_pernet_set_defaults()
86 strcpy(pernet->scheduler, "default"); in mptcp_pernet_set_defaults()
201 table[5].data = &pernet->pm_type; in mptcp_pernet_new_table()
202 table[6].data = &pernet->scheduler; in mptcp_pernet_new_table()
209 pernet->ctl_table_hdr = hdr; in mptcp_pernet_new_table()
244 mptcp_pernet_set_defaults(pernet); in mptcp_net_init()
[all …]
H A Dpm_netlink.c926 pernet->next_id = 1; in mptcp_pm_nl_append_new_local_addr()
955 pernet->addrs--; in mptcp_pm_nl_append_new_local_addr()
967 pernet->next_id); in mptcp_pm_nl_append_new_local_addr()
969 pernet->next_id = 1; in mptcp_pm_nl_append_new_local_addr()
990 pernet->addrs++; in mptcp_pm_nl_append_new_local_addr()
1552 pernet->addrs--; in mptcp_nl_cmd_del_addr()
1649 pernet->addrs = 0; in __reset_counters()
1659 __reset_counters(pernet); in mptcp_nl_cmd_flush_addrs()
1660 pernet->next_id = 1; in mptcp_nl_cmd_flush_addrs()
2394 pernet->subflows_max = 2; in pm_nl_init_net()
[all …]
/openbmc/linux/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()
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 …]
/openbmc/linux/drivers/infiniband/core/
H 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()
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 …]
/openbmc/linux/include/net/
H A Dinet_hashtables.h179 bool pernet; member
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c1278 new_hashinfo->pernet = true; in inet_pernet_hashinfo_alloc()
1293 if (!hashinfo->pernet) in inet_pernet_hashinfo_free()
H A Dtcp_minisocks.c372 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.c4721 tcp_hashinfo.pernet = false; in tcp_init()
/openbmc/linux/net/dccp/
H A Dproto.c1218 dccp_hashinfo.pernet = false; in dccp_init()