frags_hdr          13 include/net/netns/ieee802154_6lowpan.h 	struct ctl_table_header *frags_hdr;
frags_hdr          46 include/net/netns/ipv4.h 	struct ctl_table_header	*frags_hdr;
frags_hdr          20 include/net/netns/ipv6.h 	struct ctl_table_header *frags_hdr;
frags_hdr         385 net/ieee802154/6lowpan/reassembly.c 	ieee802154_lowpan->sysctl.frags_hdr = hdr;
frags_hdr         401 net/ieee802154/6lowpan/reassembly.c 	table = ieee802154_lowpan->sysctl.frags_hdr->ctl_table_arg;
frags_hdr         402 net/ieee802154/6lowpan/reassembly.c 	unregister_net_sysctl_table(ieee802154_lowpan->sysctl.frags_hdr);
frags_hdr         613 net/ipv4/ip_fragment.c 	net->ipv4.frags_hdr = hdr;
frags_hdr         627 net/ipv4/ip_fragment.c 	table = net->ipv4.frags_hdr->ctl_table_arg;
frags_hdr         628 net/ipv4/ip_fragment.c 	unregister_net_sysctl_table(net->ipv4.frags_hdr);
frags_hdr         452 net/ipv6/reassembly.c 	net->ipv6.sysctl.frags_hdr = hdr;
frags_hdr         466 net/ipv6/reassembly.c 	table = net->ipv6.sysctl.frags_hdr->ctl_table_arg;
frags_hdr         467 net/ipv6/reassembly.c 	unregister_net_sysctl_table(net->ipv6.sysctl.frags_hdr);