Searched refs:net_pkt_set_priority (Results 1 – 10 of 10) sorted by relevance
| /Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
| D | gptp_messages.c | 203 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/ |
| 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 | 1513 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));
|
| 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/ |
| D | eth_native_tap.c | 142 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()
|
| 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_nxp_enet.c | 153 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()
|
| D | eth_xmc4xxx.c | 429 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_xmc4xxx_rx_pkt()
|
| D | eth_stm32_hal.c | 341 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_is_ptp_pkt()
|
| /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
|