Searched refs:hlist_for_each_entry (Results 1 – 10 of 10) sorted by relevance
/include/linux/ |
D | hashtable.h | 129 hlist_for_each_entry(obj, &name[bkt], member) 166 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member)
|
D | udp.h | 156 hlist_for_each_entry(__sk, list, __sk_common.skc_portaddr_node)
|
D | if_team.h | 257 hlist_for_each_entry(port, head, hlist) in team_get_port_by_index()
|
D | list.h | 1010 #define hlist_for_each_entry(pos, head, member) \ macro
|
/include/net/ |
D | netrom.h | 161 hlist_for_each_entry(__nr_neigh, list, neigh_node) 167 hlist_for_each_entry(__nr_node, list, node_node)
|
D | inet_hashtables.h | 99 hlist_for_each_entry(tb, head, node) 167 hlist_for_each_entry(__icsk, list, icsk_listen_portaddr_node)
|
D | ax25.h | 169 hlist_for_each_entry(__ax25, list, uid_node) 281 hlist_for_each_entry(__ax25, list, ax25_node)
|
D | sock.h | 847 hlist_for_each_entry(__sk, list, sk_node) 862 hlist_for_each_entry(__sk, list, sk_bind_node)
|
D | sch_generic.h | 657 hlist_for_each_entry(cl, &hash->hash[h], hnode) { in qdisc_class_find()
|
/include/net/sctp/ |
D | sctp.h | 513 hlist_for_each_entry(epb, head, node)
|