Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp_core.c603 struct netcp_hook_list *rx_hook; in netcp_process_one_rx_packet() local
687 list_for_each_entry(rx_hook, &netcp->rxhook_list_head, list) { in netcp_process_one_rx_packet()
690 ret = rx_hook->hook_rtn(rx_hook->order, rx_hook->hook_data, in netcp_process_one_rx_packet()
694 rx_hook->order, ret); in netcp_process_one_rx_packet()