Home
last modified time | relevance | path

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

/net/mptcp/
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 …]
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 …]
/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()
509 struct nfct_timeout_pernet *pernet = nfct_timeout_pernet(net); in ctnl_timeout_find_get() local
582 INIT_LIST_HEAD(&pernet->nfct_timeout_list); in cttimeout_net_init()
583 INIT_LIST_HEAD(&pernet->nfct_timeout_freelist); in cttimeout_net_init()
595 list_add(&cur->free_head, &pernet->nfct_timeout_freelist); in cttimeout_net_pre_exit()
[all …]
/net/ipv4/
A Dinet_hashtables.c1331 new_hashinfo->pernet = true; in inet_pernet_hashinfo_alloc()
1345 if (!hashinfo->pernet) in inet_pernet_hashinfo_free()
A Dtcp_minisocks.c412 if (net->ipv4.tcp_death_row.hashinfo->pernet) { in tcp_twsk_purge()
A Dsysctl_net_ipv4.c405 if (!net_eq(net, &init_net) && !hinfo->pernet) in proc_tcp_ehash_entries()
A Dtcp.c5222 tcp_hashinfo.pernet = false; in tcp_init()

Completed in 32 milliseconds