Home
last modified time | relevance | path

Searched refs:sysctl_hdr (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/xfrm/
Dxfrm_sysctl.c61 net->xfrm.sysctl_hdr = register_net_sysctl(net, "net/core", table); in xfrm_sysctl_init()
62 if (!net->xfrm.sysctl_hdr) in xfrm_sysctl_init()
76 table = net->xfrm.sysctl_hdr->ctl_table_arg; in xfrm_sysctl_fini()
77 unregister_net_sysctl_table(net->xfrm.sysctl_hdr); in xfrm_sysctl_fini()
/linux-4.4.14/net/core/
Dsysctl_net_core.c440 net->core.sysctl_hdr = register_net_sysctl(net, "net/core", tbl); in sysctl_core_net_init()
441 if (net->core.sysctl_hdr == NULL) in sysctl_core_net_init()
457 tbl = net->core.sysctl_hdr->ctl_table_arg; in sysctl_core_net_exit()
458 unregister_net_sysctl_table(net->core.sysctl_hdr); in sysctl_core_net_exit()
/linux-4.4.14/include/net/netns/
Dcore.h9 struct ctl_table_header *sysctl_hdr; member
Dxfrm.h68 struct ctl_table_header *sysctl_hdr; member
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_ctl.c3909 ipvs->sysctl_hdr = register_net_sysctl(net, "net/ipv4/vs", tbl); in ip_vs_control_net_init_sysctl()
3910 if (ipvs->sysctl_hdr == NULL) { in ip_vs_control_net_init_sysctl()
3930 unregister_net_sysctl_table(ipvs->sysctl_hdr); in ip_vs_control_net_cleanup_sysctl()
/linux-4.4.14/include/net/
Dip_vs.h890 struct ctl_table_header *sysctl_hdr; member