Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c201 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in gptp_prepare_sync()
256 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_follow_up()
306 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in gptp_prepare_pdelay_req()
361 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in gptp_prepare_pdelay_resp()
422 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_pdelay_follow_up()
492 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_announce()
/Zephyr-latest/drivers/ethernet/
Deth_native_posix.c132 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in update_pkt_priority()
134 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_xmc4xxx.c429 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_xmc4xxx_rx_pkt()
Deth_stm32_hal.c307 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_is_ptp_pkt()
/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.c1504 net_pkt_set_priority(pkt, TX_DEFAULT_PRIORITY);
1506 net_pkt_set_priority(pkt, RX_DEFAULT_PRIORITY);
2066 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/nxp_enet/
Deth_nxp_enet.c153 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()
Deth_mcux.c664 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()
/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