Home
last modified time | relevance | path

Searched refs:rxhook_list_head (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp.h85 struct list_head rxhook_list_head; member
Dnetcp_core.c526 list_for_each_entry(next, &netcp_priv->rxhook_list_head, list) { in netcp_register_rxhook()
543 list_for_each_entry_safe(next, n, &netcp_priv->rxhook_list_head, list) { in netcp_unregister_rxhook()
708 list_for_each_entry(rx_hook, &netcp->rxhook_list_head, list) { in netcp_process_one_rx_packet()
1885 INIT_LIST_HEAD(&netcp->rxhook_list_head); in netcp_create_interface()