Lines Matching refs:hnum
55 const u16 hnum,
60 const __portpair ports = INET_COMBINED_PORTS(sport, hnum);
64 unsigned int hash = inet6_ehashfn(net, daddr, hnum, saddr, sport);
94 const unsigned short hnum,
100 if (net_eq(sock_net(sk), net) && inet_sk(sk)->inet_num == hnum &&
124 * @hnum: destination port in host byte order.
135 unsigned short hnum,
143 net, daddr, hnum, saddr, sport);
156 const unsigned short hnum, const int dif, const int sdif)
163 score = compute_score(sk, net, hnum, daddr, dif, sdif);
166 saddr, sport, daddr, hnum, inet6_ehashfn);
184 const u16 hnum, const int dif,
191 daddr, hnum, dif, &sk);
196 saddr, sport, daddr, hnum, ehashfn);
208 const unsigned short hnum, const int dif, const int sdif)
218 saddr, sport, daddr, hnum, dif,
224 hash2 = ipv6_portaddr_hash(net, daddr, hnum);
228 saddr, sport, daddr, hnum,
234 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum);
238 saddr, sport, &in6addr_any, hnum,