hlist_entry       699 include/linux/list.h 	   ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
hlist_entry       335 include/linux/perf_event.h 	struct hlist_node		hlist_entry;
hlist_entry       214 include/net/ip_fib.h 	return hlist_entry(ptr->first, struct fib_table, tb_hlist);
hlist_entry       480 include/net/sock.h 	return hlist_entry(node, struct sock, sk_node);
hlist_entry       485 include/net/sock.h 	return hlist_entry(head->first, struct sock, sk_node);
hlist_entry       506 include/net/sock.h 		hlist_entry(sk->sk_node.next, struct sock, sk_node) : NULL;