Searched refs:NET_PRIORITY_CA (Results 1 – 15 of 15) sorted by relevance
| /Zephyr-4.2.1/tests/net/traffic_class/src/ |
| D | main.c | 550 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/ |
| D | net_pkt_filter.rst | 116 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/ |
| D | main.c | 343 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/ |
| D | gptp_messages.c | 259 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/ |
| D | eth_stm32_hal_ptp.c | 36 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_stm32_is_ptp_pkt()
|
| D | eth_native_tap.c | 143 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in update_pkt_priority()
|
| D | eth_nxp_enet.c | 155 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()
|
| D | eth_xmc4xxx.c | 436 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_xmc4xxx_rx_pkt()
|
| D | eth_sam_gmac.c | 536 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in update_pkt_priority()
|
| /Zephyr-4.2.1/subsys/net/lib/ptp/ |
| D | transport.c | 37 static const uint8_t priority = NET_PRIORITY_CA; in transport_socket_open()
|
| /Zephyr-4.2.1/samples/net/qos/ethernet/src/ |
| D | main.c | 87 static NPF_PRIORITY(priority_rule_126, NET_PRIORITY_CA, npf_126);
|
| /Zephyr-4.2.1/include/zephyr/net/ |
| D | net_ip.h | 517 NET_PRIORITY_CA = 3, /**< Critical applications */ enumerator 2136 NET_PRIORITY_CA, in net_vlan2priority()
|
| /Zephyr-4.2.1/subsys/net/ip/ |
| D | net_stats.c | 51 case NET_PRIORITY_CA: in priority2str()
|
| D | Kconfig | 261 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/ |
| D | stats.c | 44 case NET_PRIORITY_CA: in priority2str()
|