Home
last modified time | relevance | path

Searched refs:net_pkt_set_ip_dscp (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dicmp.c158 net_pkt_set_ip_dscp(pkt, net_ipv4_get_dscp(params->tc_tos)); in send_icmpv4_echo_request()
282 net_pkt_set_ip_dscp(pkt, net_ipv6_get_dscp(params->tc_tos)); in send_icmpv6_echo_request()
Dicmpv6.c151 net_pkt_set_ip_dscp(reply, net_pkt_ip_dscp(pkt)); in icmpv6_handle_echo_request()
Dipv4.c278 net_pkt_set_ip_dscp(pkt, net_ipv4_get_dscp(hdr->tos)); in net_ipv4_input()
Dicmpv4.c470 net_pkt_set_ip_dscp(reply, net_pkt_ip_dscp(pkt)); in icmpv4_handle_echo_request()
Dipv6.c570 net_pkt_set_ip_dscp(pkt, net_ipv6_get_dscp(tc)); in net_ipv6_input()
Dnet_context.c1253 net_pkt_set_ip_dscp(pkt, net_ipv4_get_dscp(context->options.dscp_ecn)); in net_context_create_ipv4_new()
1302 net_pkt_set_ip_dscp(pkt, net_ipv6_get_dscp(context->options.dscp_ecn)); in net_context_create_ipv6_new()
Dnet_pkt.c2062 net_pkt_set_ip_dscp(clone_pkt, net_pkt_ip_dscp(pkt));
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h551 static inline void net_pkt_set_ip_dscp(struct net_pkt *pkt, uint8_t dscp) in net_pkt_set_ip_dscp() function