Home
last modified time | relevance | path

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

/Zephyr-4.2.1/tests/net/traffic_class/src/
Dmain.c550 traffic_class_send_priority(NET_PRIORITY_CA, MAX_PKT_TO_SEND, true); in test_traffic_class_send_data_prio_ca()
614 traffic_class_send_priority(NET_PRIORITY_CA, MAX_PKT_TO_SEND, false); in test_traffic_class_send_data_mix_all_1()
663 traffic_class_send_priority(NET_PRIORITY_CA, 1, false); in test_traffic_class_send_data_mix_all_2()
848 traffic_class_recv_priority(NET_PRIORITY_CA, MAX_PKT_TO_RECV, true); in test_traffic_class_recv_data_prio_ca()
912 traffic_class_recv_priority(NET_PRIORITY_CA, MAX_PKT_TO_RECV, false); in test_traffic_class_recv_data_mix_all_1()
961 traffic_class_recv_priority(NET_PRIORITY_CA, 1, false); in test_traffic_class_recv_data_mix_all_2()
/Zephyr-4.2.1/doc/connectivity/networking/api/
Dnet_pkt_filter.rst116 applications priority (``NET_PRIORITY_CA``) to the internet traffic of version
137 static NPF_PRIORITY(priority_ca, NET_PRIORITY_CA, is_ipv6);
/Zephyr-4.2.1/samples/net/sockets/txtime/src/
Dmain.c343 priority = NET_PRIORITY_CA; in create_socket()
453 gate_status[net_tx_priority2tc(NET_PRIORITY_CA)] = true; in set_qbv_params()
/Zephyr-4.2.1/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c259 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_follow_up()
425 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_pdelay_follow_up()
495 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_announce()
/Zephyr-4.2.1/drivers/ethernet/
Deth_stm32_hal_ptp.c36 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_stm32_is_ptp_pkt()
Deth_native_tap.c143 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in update_pkt_priority()
Deth_nxp_enet.c155 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()
Deth_xmc4xxx.c436 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_xmc4xxx_rx_pkt()
Deth_sam_gmac.c536 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in update_pkt_priority()
/Zephyr-4.2.1/subsys/net/lib/ptp/
Dtransport.c37 static const uint8_t priority = NET_PRIORITY_CA; in transport_socket_open()
/Zephyr-4.2.1/samples/net/qos/ethernet/src/
Dmain.c87 static NPF_PRIORITY(priority_rule_126, NET_PRIORITY_CA, npf_126);
/Zephyr-4.2.1/include/zephyr/net/
Dnet_ip.h517 NET_PRIORITY_CA = 3, /**< Critical applications */ enumerator
2136 NET_PRIORITY_CA, in net_vlan2priority()
/Zephyr-4.2.1/subsys/net/ip/
Dnet_stats.c51 case NET_PRIORITY_CA: in priority2str()
DKconfig261 If this is set, then high priority (>= NET_PRIORITY_CA) net_pkt will
268 If this is set, then high priority (>= NET_PRIORITY_CA) net_pkt will
/Zephyr-4.2.1/subsys/net/lib/shell/
Dstats.c44 case NET_PRIORITY_CA: in priority2str()