Searched refs:udp_hslot (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/net/ |
D | udp.h | 61 struct udp_hslot { struct 76 struct udp_hslot *hash; argument 77 struct udp_hslot *hash2; 83 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 92 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2()
|
/linux-4.1.27/net/ipv4/ |
D | udp.c | 137 const struct udp_hslot *hslot, in udp_lib_lport_inuse() 171 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() 214 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() 441 struct udp_hslot *hslot2, unsigned int slot2) in udp4_lib_lookup2() 500 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp4_lib_lookup() 1385 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() 1414 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() 1664 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver() 1873 struct udp_hslot *hslot = &udp_table.hash[slot]; in __udp4_lib_mcast_demux_lookup() 1930 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp4_lib_demux_lookup() [all …]
|
D | udp_diag.c | 108 struct udp_hslot *hslot = &table->hash[slot]; in udp_dump()
|
/linux-4.1.27/net/ipv6/ |
D | udp.c | 233 struct udp_hslot *hslot2, unsigned int slot2) in udp6_lib_lookup2() 293 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp6_lib_lookup() 790 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
|