Lines Matching refs:hnum
361 __be32 daddr, unsigned short hnum,
369 udp_sk(sk)->udp_port_hash != hnum ||
418 __be32 daddr, unsigned short hnum)
424 hash = udp_ehashfn(net, daddr, hnum, saddr, sport);
434 __be32 daddr, unsigned int hnum,
446 daddr, hnum, dif, sdif);
449 result = lookup_reuseport(net, sk, skb, saddr, sport, daddr, hnum);
464 daddr, hnum, dif, sdif);
475 __be32 daddr, u16 hnum)
484 saddr, sport, daddr, hnum, &sk);
488 reuse_sk = lookup_reuseport(net, sk, skb, saddr, sport, daddr, hnum);
501 unsigned short hnum = ntohs(dport);
506 hash2 = ipv4_portaddr_hash(net, daddr, hnum);
512 daddr, hnum, dif, sdif,
520 saddr, sport, daddr, hnum);
532 hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum);
537 htonl(INADDR_ANY), hnum, dif, sdif,
589 int dif, int sdif, unsigned short hnum)
594 udp_sk(sk)->udp_port_hash != hnum ||
2238 unsigned short hnum = ntohs(uh->dest);
2239 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum);
2248 hash2_any = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum) &
2250 hash2 = ipv4_portaddr_hash(net, daddr, hnum) & udptable->mask;
2258 uh->source, saddr, dif, sdif, hnum))
2476 unsigned short hnum = ntohs(loc_port);
2477 unsigned int slot = udp_hashfn(net, hnum, udp_table.mask);
2487 rmt_port, rmt_addr, dif, sdif, hnum)) {
2506 unsigned short hnum = ntohs(loc_port);
2507 unsigned int hash2 = ipv4_portaddr_hash(net, loc_addr, hnum);
2511 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum);