Home
last modified time | relevance | path

Searched refs:route_hdr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dsysctl_net_ipv6.c284 net->ipv6.sysctl.route_hdr = register_net_sysctl_sz(net, in ipv6_sysctl_net_init()
288 if (!net->ipv6.sysctl.route_hdr) in ipv6_sysctl_net_init()
302 unregister_net_sysctl_table(net->ipv6.sysctl.route_hdr); in ipv6_sysctl_net_init()
321 ipv6_route_table = net->ipv6.sysctl.route_hdr->ctl_table_arg; in ipv6_sysctl_net_exit()
325 unregister_net_sysctl_table(net->ipv6.sysctl.route_hdr); in ipv6_sysctl_net_exit()
/openbmc/linux/include/net/netns/
H A Dipv6.h18 struct ctl_table_header *route_hdr; member
H A Dipv4.h52 struct ctl_table_header *route_hdr; member
/openbmc/linux/net/ipv4/
H A Droute.c3647 net->ipv4.route_hdr = register_net_sysctl_sz(net, "net/ipv4/route", in sysctl_route_net_init()
3649 if (!net->ipv4.route_hdr) in sysctl_route_net_init()
3664 tbl = net->ipv4.route_hdr->ctl_table_arg; in sysctl_route_net_exit()
3665 unregister_net_sysctl_table(net->ipv4.route_hdr); in sysctl_route_net_exit()