Searched refs:udp_hslot (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/include/net/ |
D | udp.h | 60 struct udp_hslot { struct 75 struct udp_hslot *hash; argument 76 struct udp_hslot *hash2; 82 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 91 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2()
|
/linux-2.6.39/net/ipv4/ |
D | udp.c | 129 const struct udp_hslot *hslot, in udp_lib_lport_inuse() 161 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() 200 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() 404 struct udp_hslot *hslot2, unsigned int slot2) in udp4_lib_lookup2() 455 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp4_lib_lookup() 1276 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() 1305 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() 1519 struct udp_hslot *hslot = udp_hashslot(udptable, net, ntohs(uh->dest)); in __udp4_lib_mcast_deliver() 1953 struct udp_hslot *hslot = &state->udp_table->hash[state->bucket]; in udp_get_first() 2168 2 * sizeof(struct udp_hslot), in udp_table_init() [all …]
|
/linux-2.6.39/net/ipv6/ |
D | udp.c | 201 struct udp_hslot *hslot2, unsigned int slot2) in udp6_lib_lookup2() 250 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp6_lib_lookup() 641 struct udp_hslot *hslot = udp_hashslot(udptable, net, ntohs(uh->dest)); in __udp6_lib_mcast_deliver()
|