Lines Matching refs:hnum
122 const struct in6_addr *daddr, unsigned short hnum,
130 udp_sk(sk)->udp_port_hash != hnum ||
168 const struct in6_addr *daddr, unsigned int hnum,
179 daddr, hnum, dif, sdif);
189 saddr, sport, daddr, hnum, udp6_ehashfn);
204 daddr, hnum, dif, sdif);
217 unsigned short hnum = ntohs(dport);
222 hash2 = ipv6_portaddr_hash(net, daddr, hnum);
228 daddr, hnum, dif, sdif,
237 saddr, sport, daddr, hnum, dif,
250 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum);
255 &in6addr_any, hnum, dif, sdif,
797 int dif, int sdif, unsigned short hnum)
804 if (udp_sk(sk)->udp_port_hash != hnum ||
838 unsigned short hnum = ntohs(uh->dest);
839 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum);
848 hash2_any = ipv6_portaddr_hash(net, &in6addr_any, hnum) &
850 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask;
859 hnum))
1060 unsigned short hnum = ntohs(loc_port);
1066 hash2 = ipv6_portaddr_hash(net, loc_addr, hnum);
1069 ports = INET_COMBINED_PORTS(rmt_port, hnum);