Searched refs:hlist_for_each_entry (Results 1 – 10 of 10) sorted by relevance
/include/linux/ |
D | hashtable.h | 128 hlist_for_each_entry(obj, &name[bkt], member) 165 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member)
|
D | udp.h | 110 hlist_for_each_entry(__sk, list, __sk_common.skc_portaddr_node)
|
D | if_team.h | 242 hlist_for_each_entry(port, head, hlist) in team_get_port_by_index()
|
D | list.h | 727 #define hlist_for_each_entry(pos, head, member) \ macro
|
/include/net/ |
D | netrom.h | 158 hlist_for_each_entry(__nr_neigh, list, neigh_node) 164 hlist_for_each_entry(__nr_node, list, node_node)
|
D | ax25.h | 167 hlist_for_each_entry(__ax25, list, uid_node) 266 hlist_for_each_entry(__ax25, list, ax25_node)
|
D | inet_hashtables.h | 94 hlist_for_each_entry(tb, head, node)
|
D | sch_generic.h | 376 hlist_for_each_entry(cl, &hash->hash[h], hnode) { in qdisc_class_find()
|
D | sock.h | 673 hlist_for_each_entry(__sk, list, sk_node) 688 hlist_for_each_entry(__sk, list, sk_bind_node)
|
/include/net/sctp/ |
D | sctp.h | 541 hlist_for_each_entry(epb, head, node)
|