Lines Matching refs:hnum
320 const unsigned short hnum, const __be32 daddr,
325 if (net_eq(sock_net(sk), net) && sk->sk_num == hnum &&
351 * @hnum: destination port in host byte order.
360 __be32 daddr, unsigned short hnum,
368 net, daddr, hnum, saddr, sport);
387 const __be32 daddr, const unsigned short hnum,
395 score = compute_score(sk, net, hnum, daddr, dif, sdif);
398 saddr, sport, daddr, hnum, inet_ehashfn);
414 __be32 daddr, u16 hnum, const int dif,
421 daddr, hnum, dif, &sk);
425 reuse_sk = inet_lookup_reuseport(net, sk, skb, doff, saddr, sport, daddr, hnum,
436 const __be32 daddr, const unsigned short hnum,
447 saddr, sport, daddr, hnum, dif,
453 hash2 = ipv4_portaddr_hash(net, daddr, hnum);
457 saddr, sport, daddr, hnum,
463 hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum);
467 saddr, sport, htonl(INADDR_ANY), hnum,
500 const __be32 daddr, const u16 hnum,
504 const __portpair ports = INET_COMBINED_PORTS(sport, hnum);
510 unsigned int hash = inet_ehashfn(net, daddr, hnum, saddr, sport);