Searched refs:udp_hslot (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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.4.14/net/ipv4/ |
D | udp.c | 136 const struct udp_hslot *hslot, in udp_lib_lport_inuse() 170 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() 213 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() 444 struct udp_hslot *hslot2, unsigned int slot2) in udp4_lib_lookup2() 503 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp4_lib_lookup() 1396 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() 1425 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() 1675 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver() 1884 struct udp_hslot *hslot = &udp_table.hash[slot]; in __udp4_lib_mcast_demux_lookup() 1941 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.4.14/net/ipv6/ |
D | udp.c | 238 struct udp_hslot *hslot2, unsigned int slot2) in udp6_lib_lookup2() 296 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp6_lib_lookup() 793 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
|