Home
last modified time | relevance | path

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

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