Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dip_fragment.c88 static struct inet_frags ip4_frags; variable
105 net_get_random_once(&ip4_frags.rnd, sizeof(ip4_frags.rnd)); in ipqhashfn()
108 ip4_frags.rnd); in ipqhashfn()
165 inet_frag_put(&ipq->q, &ip4_frags); in ipq_put()
173 inet_frag_kill(&ipq->q, &ip4_frags); in ipq_kill()
250 q = inet_frag_find(&net->ipv4.frags, &ip4_frags, &arg, hash); in ip_find()
852 inet_frags_exit_net(&net->ipv4.frags, &ip4_frags); in ipv4_frags_exit_net()
864 ip4_frags.hashfn = ip4_hashfn; in ipfrag_init()
865 ip4_frags.constructor = ip4_frag_init; in ipfrag_init()
866 ip4_frags.destructor = ip4_frag_free; in ipfrag_init()
[all …]