Searched defs:hslot (Results 1 – 6 of 6) sorted by relevance
/linux/net/ipv4/ |
H A D | udp.c | 142 udp_lib_lport_inuse(struct net * net,__u16 num,const struct udp_hslot * hslot,unsigned long * bitmap,struct sock * sk,unsigned int log) udp_lib_lport_inuse() argument 208 udp_reuseport_add_sock(struct sock * sk,struct udp_hslot * hslot) udp_reuseport_add_sock() argument 243 struct udp_hslot *hslot, *hslot2; udp_lib_get_port() local 449 struct udp_hslot *hslot = &udptable->hash[slot]; udp4_lib_lookup1() local 623 struct udp_hslot *hslot, *hslot2, *hslot4; udp_lib_hash4() local 2200 struct udp_hslot *hslot, *hslot2; udp_lib_unhash() local 2233 struct udp_hslot *hslot, *hslot2, *nhslot2; udp_lib_rehash() local 2508 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); __udp4_lib_mcast_deliver() local 2757 struct udp_hslot *hslot; __udp4_lib_mcast_demux_lookup() local 3264 struct udp_hslot *hslot = &udptable->hash[state->bucket]; udp_get_first() local [all...] |
H A D | udp_diag.c | 105 struct udp_hslot *hslot = &table->hash[slot]; in udp_dump() local
|
H A D | ping.c | 169 struct hlist_head *hslot = ping_hashslot(&ping_table, net, ident); in ping_lookup() local 1023 struct hlist_head *hslot; in ping_get_first() local
|
/linux/net/ipv6/ |
H A D | udp.c | 200 struct udp_hslot *hslot = &udptable->hash[slot]; udp6_lib_lookup1() local 983 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); __udp6_lib_mcast_deliver() local
|
/linux/include/net/ |
H A D | udp.h | 80 struct udp_hslot hslot; /* must be the first member */ member
|
/linux/net/netfilter/ |
H A D | nf_conntrack_core.c | 2305 struct hlist_nulls_head *hslot = &nf_conntrack_hash[*bucket]; get_next_corpse() local
|