Searched refs:net_pkt_set_priority (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_messages.c | 201 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/ |
D | eth_native_posix.c | 132 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()
|
D | eth_sam_gmac.c | 587 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()
|
D | eth_xmc4xxx.c | 429 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_xmc4xxx_rx_pkt()
|
D | eth_stm32_hal.c | 307 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_is_ptp_pkt()
|
/Zephyr-latest/subsys/net/ip/ |
D | icmp.c | 161 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()
|
D | net_pkt.c | 1504 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));
|
D | net_context.c | 1257 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/ |
D | eth_nxp_enet.c | 153 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()
|
D | eth_mcux.c | 664 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt.h | 996 static inline void net_pkt_set_priority(struct net_pkt *pkt, in net_pkt_set_priority() function
|