ip4_frags          76 net/ipv4/ip_fragment.c static struct inet_frags ip4_frags;
ip4_frags         655 net/ipv4/ip_fragment.c 	res = fqdir_init(&net->ipv4.fqdir, &ip4_frags, net);
ip4_frags         741 net/ipv4/ip_fragment.c 	ip4_frags.constructor = ip4_frag_init;
ip4_frags         742 net/ipv4/ip_fragment.c 	ip4_frags.destructor = ip4_frag_free;
ip4_frags         743 net/ipv4/ip_fragment.c 	ip4_frags.qsize = sizeof(struct ipq);
ip4_frags         744 net/ipv4/ip_fragment.c 	ip4_frags.frag_expire = ip_expire;
ip4_frags         745 net/ipv4/ip_fragment.c 	ip4_frags.frags_cache_name = ip_frag_cache_name;
ip4_frags         746 net/ipv4/ip_fragment.c 	ip4_frags.rhash_params = ip4_rhash_params;
ip4_frags         747 net/ipv4/ip_fragment.c 	if (inet_frags_init(&ip4_frags))