Lines Matching defs:hnum
132 const struct in6_addr *daddr, unsigned short hnum,
140 udp_sk(sk)->udp_port_hash != hnum ||
181 * @hnum: Destination port, host order
198 unsigned int hnum, int dif, int sdif,
201 unsigned int slot = udp_hashfn(net, hnum, udptable->mask);
208 saddr, sport, daddr, hnum, dif, sdif);
221 const struct in6_addr *daddr, unsigned int hnum,
235 sport, daddr, hnum, dif, sdif);
248 saddr, sport, daddr, hnum, udp6_ehashfn);
279 unsigned int hnum, int dif, int sdif,
292 unsigned int hnum, int dif, int sdif,
295 const __portpair ports = INET_COMBINED_PORTS(sport, hnum);
302 hash4 = udp6_ehashfn(net, daddr, hnum, saddr, sport);
350 unsigned short hnum = ntohs(dport);
355 hash2 = ipv6_portaddr_hash(net, daddr, hnum);
359 result = udp6_lib_lookup4(net, saddr, sport, daddr, hnum,
367 daddr, hnum, dif, sdif,
376 saddr, sport, daddr, hnum, dif,
389 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum);
393 &in6addr_any, hnum, dif, sdif,
399 result = udp6_lib_lookup1(net, saddr, sport, daddr, hnum, dif, sdif,
942 int dif, int sdif, unsigned short hnum)
949 if (udp_sk(sk)->udp_port_hash != hnum ||
983 unsigned short hnum = ntohs(uh->dest);
984 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum);
993 hash2_any = ipv6_portaddr_hash(net, &in6addr_any, hnum) &
995 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask;
1004 hnum))
1202 unsigned short hnum = ntohs(loc_port);
1208 hash2 = ipv6_portaddr_hash(net, loc_addr, hnum);
1210 ports = INET_COMBINED_PORTS(rmt_port, hnum);