Searched refs:ax25_node (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ax25.h | 243 struct hlist_node ax25_node; member 281 hlist_for_each_entry(__ax25, list, ax25_node)
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ax25.h | 235 struct hlist_node ax25_node; member 271 hlist_for_each_entry(__ax25, list, ax25_node)
|
/kernel/linux/linux-5.10/net/ax25/ |
H A D | af_ax25.c | 65 if (!hlist_unhashed(&ax25->ax25_node)) { in ax25_cb_del() 67 hlist_del_init(&ax25->ax25_node); in ax25_cb_del() 160 hlist_add_head(&ax25->ax25_node, &ax25_list); in ax25_cb_add() 1936 ax25_cb *ax25 = hlist_entry(v, struct ax25_cb, ax25_node); in ax25_info_show()
|
/kernel/linux/linux-6.6/net/ax25/ |
H A D | af_ax25.c | 66 if (!hlist_unhashed(&ax25->ax25_node)) { in ax25_cb_del() 67 hlist_del_init(&ax25->ax25_node); in ax25_cb_del() 164 hlist_add_head(&ax25->ax25_node, &ax25_list); in ax25_cb_add() 1945 ax25_cb *ax25 = hlist_entry(v, struct ax25_cb, ax25_node); in ax25_info_show()
|
Completed in 7 milliseconds