Searched refs:rxhook_list_head (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | netcp.h | 94 struct list_head rxhook_list_head; member
|
H A D | netcp_core.c | 536 list_for_each_entry(next, &netcp_priv->rxhook_list_head, list) { in netcp_register_rxhook() 554 list_for_each_entry_safe(next, n, &netcp_priv->rxhook_list_head, list) { in netcp_unregister_rxhook() 744 list_for_each_entry(rx_hook, &netcp->rxhook_list_head, list) { in netcp_process_one_rx_packet() 1993 INIT_LIST_HEAD(&netcp->rxhook_list_head); in netcp_create_interface()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | netcp.h | 94 struct list_head rxhook_list_head; member
|
H A D | netcp_core.c | 535 list_for_each_entry(next, &netcp_priv->rxhook_list_head, list) { in netcp_register_rxhook() 553 list_for_each_entry_safe(next, n, &netcp_priv->rxhook_list_head, list) { in netcp_unregister_rxhook() 743 list_for_each_entry(rx_hook, &netcp->rxhook_list_head, list) { in netcp_process_one_rx_packet() 1991 INIT_LIST_HEAD(&netcp->rxhook_list_head); in netcp_create_interface()
|
Completed in 7 milliseconds