Lines Matching full:dport
319 __be32 daddr, __be16 dport, int dif, int sdif) in inet_lookup_listener() argument
322 daddr, ntohs(dport), dif, sdif); in inet_lookup_listener()
327 struct inet_sock; __be16 dport followed by __u16 num. We want to
329 and compare with 32bit value read from &...->dport. Let's at least
401 const __be32 daddr, const __be16 dport, in inet_lookup_established() argument
405 ntohs(dport), dif, 0); in inet_lookup_established()
412 const __be32 daddr, const __be16 dport, in __inet_lookup() argument
416 u16 hnum = ntohs(dport); in __inet_lookup()
433 const __be32 daddr, const __be16 dport, in inet_lookup() argument
440 dport, dif, 0, &refcounted); in inet_lookup()
450 const __be32 daddr, const __be16 dport, in inet_steal_sock() argument
474 saddr, sport, daddr, ntohs(dport), in inet_steal_sock()
491 const __be16 dport, in __inet_lookup_skb() argument
499 sk = inet_steal_sock(net, skb, doff, iph->saddr, sport, iph->daddr, dport, in __inet_lookup_skb()
508 iph->daddr, dport, inet_iif(skb), sdif, in __inet_lookup_skb()