Lines Matching defs:dport
267 __be32 daddr, __be16 dport, int dif)
270 daddr, ntohs(dport), dif);
275 struct inet_sock; __be16 dport followed by __u16 num. We want to
277 and compare with 32bit value read from &...->dport. Let's at least
336 const __be32 daddr, const __be16 dport,
340 ntohs(dport), dif);
346 const __be32 daddr, const __be16 dport,
349 u16 hnum = ntohs(dport);
360 const __be32 daddr, const __be16 dport,
366 sk = __inet_lookup(net, hashinfo, saddr, sport, daddr, dport, dif);
375 const __be16 dport)
385 iph->daddr, dport, inet_iif(skb));