Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dip_fragment.c107 static unsigned int ipqhashfn(__be16 id, __be32 saddr, __be32 daddr, u8 prot) in ipqhashfn() function
120 return ipqhashfn(ipq->id, ipq->saddr, ipq->daddr, ipq->protocol); in ip4_hashfn()
264 hash = ipqhashfn(iph->id, iph->saddr, iph->daddr, iph->protocol); in ip_find()