ax25_node         242 include/net/ax25.h 	struct hlist_node	ax25_node;
ax25_node         280 include/net/ax25.h 	hlist_for_each_entry(__ax25, list, ax25_node)
ax25_node          65 net/ax25/af_ax25.c 	if (!hlist_unhashed(&ax25->ax25_node)) {
ax25_node          67 net/ax25/af_ax25.c 		hlist_del_init(&ax25->ax25_node);
ax25_node         144 net/ax25/af_ax25.c 	hlist_add_head(&ax25->ax25_node, &ax25_list);
ax25_node        1874 net/ax25/af_ax25.c 	ax25_cb *ax25 = hlist_entry(v, struct ax25_cb, ax25_node);