Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_tc.c63 void net_tc_submit_to_rx_queue(uint8_t tc, struct net_pkt *pkt) in net_tc_submit_to_rx_queue() function
Dnet_private.h188 extern void net_tc_submit_to_rx_queue(uint8_t tc, struct net_pkt *pkt);
Dnet_core.c486 net_tc_submit_to_rx_queue(tc, pkt); in net_queue_rx()