Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_core.c624 struct netcp_hook_list *rx_hook; in netcp_process_one_rx_packet() local
708 list_for_each_entry(rx_hook, &netcp->rxhook_list_head, list) { in netcp_process_one_rx_packet()
711 ret = rx_hook->hook_rtn(rx_hook->order, rx_hook->hook_data, in netcp_process_one_rx_packet()
715 rx_hook->order, ret); in netcp_process_one_rx_packet()