Searched defs:ip4_frags (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dip_fragment.c88 static struct inet_frags ip4_frags; variable in typeref:struct:inet_frags
105 net_get_random_once(&ip4_frags.rnd, sizeof(ip4_frags.rnd));
108 ip4_frags.rnd);
165 inet_frag_put(&ipq->q, &ip4_frags);
173 inet_frag_kill(&ipq->q, &ip4_frags);
250 q = inet_frag_find(&net->ipv4.frags, &ip4_frags, &arg, hash);
845 inet_frags_exit_net(&net->ipv4.frags, &ip4_frags);
857 ip4_frags.hashfn = ip4_hashfn;
858 ip4_frags
[all...]

Completed in 8 milliseconds