Lines Matching refs:hnum
368 __be32 daddr, unsigned short hnum,
376 udp_sk(sk)->udp_port_hash != hnum ||
425 __be32 daddr, unsigned int hnum,
437 daddr, hnum, dif, sdif);
447 saddr, sport, daddr, hnum, udp_ehashfn);
462 daddr, hnum, dif, sdif);
476 unsigned short hnum = ntohs(dport);
481 hash2 = ipv4_portaddr_hash(net, daddr, hnum);
487 daddr, hnum, dif, sdif,
496 saddr, sport, daddr, hnum, dif,
509 hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum);
514 htonl(INADDR_ANY), hnum, dif, sdif,
569 int dif, int sdif, unsigned short hnum)
574 udp_sk(sk)->udp_port_hash != hnum ||
2233 unsigned short hnum = ntohs(uh->dest);
2234 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum);
2243 hash2_any = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum) &
2245 hash2 = ipv4_portaddr_hash(net, daddr, hnum) & udptable->mask;
2253 uh->source, saddr, dif, sdif, hnum))
2481 unsigned short hnum = ntohs(loc_port);
2486 slot = udp_hashfn(net, hnum, udptable->mask);
2496 rmt_port, rmt_addr, dif, sdif, hnum)) {
2517 unsigned short hnum = ntohs(loc_port);
2523 hash2 = ipv4_portaddr_hash(net, loc_addr, hnum);
2526 ports = INET_COMBINED_PORTS(rmt_port, hnum);