Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c203 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in gptp_prepare_sync()
258 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_follow_up()
308 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in gptp_prepare_pdelay_req()
363 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in gptp_prepare_pdelay_resp()
424 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_pdelay_follow_up()
494 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_announce()
/Zephyr-latest/subsys/net/ip/
Dicmp.c161 net_pkt_set_priority(pkt, params->priority); in send_icmpv4_echo_request()
285 net_pkt_set_priority(pkt, params->priority); in send_icmpv6_echo_request()
Dnet_pkt.c1513 net_pkt_set_priority(pkt, TX_DEFAULT_PRIORITY);
1515 net_pkt_set_priority(pkt, RX_DEFAULT_PRIORITY);
2032 net_pkt_set_priority(clone_pkt, net_pkt_priority(pkt));
Dnet_context.c1257 net_pkt_set_priority(pkt, net_ipv4_dscp_to_priority( in net_context_create_ipv4_new()
1306 net_pkt_set_priority(pkt, net_ipv6_dscp_to_priority( in net_context_create_ipv6_new()
2502 net_pkt_set_priority(pkt, priority); in context_sendto()
/Zephyr-latest/drivers/ethernet/
Deth_native_tap.c142 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in update_pkt_priority()
144 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in update_pkt_priority()
Deth_sam_gmac.c587 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in update_pkt_priority()
589 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in update_pkt_priority()
Deth_nxp_enet.c153 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()
Deth_xmc4xxx.c429 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_xmc4xxx_rx_pkt()
Deth_stm32_hal.c341 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_is_ptp_pkt()
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h996 static inline void net_pkt_set_priority(struct net_pkt *pkt, in net_pkt_set_priority() function