Searched refs:pkt_priority (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/subsys/net/ip/ |
| D | net_stats.h | 670 uint8_t pkt_priority, in net_stats_update_tc_tx_time() argument 674 ARG_UNUSED(pkt_priority); in net_stats_update_tc_tx_time() 684 uint8_t pkt_priority, in net_stats_update_tc_tx_time_detail() argument 687 ARG_UNUSED(pkt_priority); in net_stats_update_tc_tx_time_detail() 692 #define net_stats_update_tc_tx_time_detail(iface, pkt_priority, detail_stat) argument 698 uint8_t pkt_priority, in net_stats_update_tc_rx_time() argument 702 ARG_UNUSED(pkt_priority); in net_stats_update_tc_rx_time() 712 uint8_t pkt_priority, in net_stats_update_tc_rx_time_detail() argument 715 ARG_UNUSED(pkt_priority); in net_stats_update_tc_rx_time_detail() 720 #define net_stats_update_tc_rx_time_detail(iface, pkt_priority, detail_stat) argument
|
| D | net_if.c | 224 uint8_t pkt_priority; in net_if_tx() local 251 pkt_priority = net_pkt_priority(pkt); in net_if_tx() 272 pkt_priority, in net_if_tx() 285 iface, pkt_priority, in net_if_tx()
|