Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dip_fragment.c91 static struct inet_frags ip4_frags; variable
109 net_get_random_once(&ip4_frags.rnd, sizeof(ip4_frags.rnd)); in ipqhashfn()
112 ip4_frags.rnd); in ipqhashfn()
172 inet_frag_put(&ipq->q, &ip4_frags); in ipq_put()
180 inet_frag_kill(&ipq->q, &ip4_frags); in ipq_kill()
266 q = inet_frag_find(&net->ipv4.frags, &ip4_frags, &arg, hash); in ip_find()
880 inet_frags_exit_net(&net->ipv4.frags, &ip4_frags); in ipv4_frags_exit_net()
892 ip4_frags.hashfn = ip4_hashfn; in ipfrag_init()
893 ip4_frags.constructor = ip4_frag_init; in ipfrag_init()
894 ip4_frags.destructor = ip4_frag_free; in ipfrag_init()
[all …]