Lines Matching refs:hnum
116 const struct in6_addr *daddr, unsigned short hnum,
124 udp_sk(sk)->udp_port_hash != hnum ||
163 unsigned int hnum)
169 hash = udp6_ehashfn(net, daddr, hnum, saddr, sport);
179 const struct in6_addr *daddr, unsigned int hnum,
190 daddr, hnum, dif, sdif);
193 result = lookup_reuseport(net, sk, skb, saddr, sport, daddr, hnum);
208 daddr, hnum, dif, sdif);
220 u16 hnum)
229 saddr, sport, daddr, hnum, &sk);
233 reuse_sk = lookup_reuseport(net, sk, skb, saddr, sport, daddr, hnum);
246 unsigned short hnum = ntohs(dport);
251 hash2 = ipv6_portaddr_hash(net, daddr, hnum);
257 daddr, hnum, dif, sdif,
265 saddr, sport, daddr, hnum);
277 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum);
282 &in6addr_any, hnum, dif, sdif,
785 int dif, int sdif, unsigned short hnum)
792 if (udp_sk(sk)->udp_port_hash != hnum ||
826 unsigned short hnum = ntohs(uh->dest);
827 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum);
836 hash2_any = ipv6_portaddr_hash(net, &in6addr_any, hnum) &
838 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask;
847 hnum))
1035 unsigned short hnum = ntohs(loc_port);
1036 unsigned int hash2 = ipv6_portaddr_hash(net, loc_addr, hnum);
1039 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum);