Searched refs:udp_hslot (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | udp.c | 134 const struct udp_hslot *hslot, in udp_lib_lport_inuse() 170 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() 200 static int udp_reuseport_add_sock(struct sock *sk, struct udp_hslot *hslot) in udp_reuseport_add_sock() 234 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() 435 struct udp_hslot *hslot2, in udp4_lib_lookup2() 492 struct udp_hslot *hslot2; in __udp4_lib_lookup() 1958 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() 1989 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() 2220 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver() 2459 struct udp_hslot *hslot = &udp_table.hash[slot]; in __udp4_lib_mcast_demux_lookup() [all …]
|
| H A D | udp_diag.c | 107 struct udp_hslot *hslot = &table->hash[slot]; in udp_dump()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | udp.c | 167 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() 226 struct udp_hslot *hslot2; in __udp6_lib_lookup() 805 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver() 1016 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup()
|