Searched refs:udp_hslot (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
A D | udp.h | 58 struct udp_hslot { struct 73 struct udp_hslot *hash; argument 74 struct udp_hslot *hash2; 80 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 89 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2()
|
/linux/net/ipv4/ |
A D | udp.c | 132 const struct udp_hslot *hslot, in udp_lib_lport_inuse() 168 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() 232 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() 433 struct udp_hslot *hslot2, in udp4_lib_lookup2() 490 struct udp_hslot *hslot2; in __udp4_lib_lookup() 2007 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() 2038 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() 2274 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver() 2513 struct udp_hslot *hslot = &udp_table.hash[slot]; in __udp4_lib_mcast_demux_lookup() 2544 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp4_lib_demux_lookup() [all …]
|
A D | udp_diag.c | 105 struct udp_hslot *hslot = &table->hash[slot]; in udp_dump()
|
/linux/net/ipv6/ |
A D | udp.c | 168 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() 227 struct udp_hslot *hslot2; in __udp6_lib_lookup() 821 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver() 1032 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup()
|
Completed in 15 milliseconds