Home
last modified time | relevance | path

Searched refs:ipv4_hdr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/ipv4/
Dsysctl_net_ipv4.c973 net->ipv4.ipv4_hdr = register_net_sysctl(net, "net/ipv4", table); in ipv4_sysctl_init_net()
974 if (!net->ipv4.ipv4_hdr) in ipv4_sysctl_init_net()
984 unregister_net_sysctl_table(net->ipv4.ipv4_hdr); in ipv4_sysctl_init_net()
997 table = net->ipv4.ipv4_hdr->ctl_table_arg; in ipv4_sysctl_exit_net()
998 unregister_net_sysctl_table(net->ipv4.ipv4_hdr); in ipv4_sysctl_exit_net()
/linux-4.4.14/include/net/netns/
Dipv4.h34 struct ctl_table_header *ipv4_hdr; member