Searched refs:net_ipv4_get_dscp (Results 1 – 4 of 4) sorted by relevance
286 static inline uint8_t net_ipv4_get_dscp(uint8_t tos) in net_ipv4_get_dscp() function
280 net_pkt_set_ip_dscp(pkt, net_ipv4_get_dscp(hdr->tos)); in net_ipv4_input()
158 net_pkt_set_ip_dscp(pkt, net_ipv4_get_dscp(params->tc_tos)); in send_icmpv4_echo_request()
1283 net_pkt_set_ip_dscp(pkt, net_ipv4_get_dscp(context->options.dscp_ecn)); in net_context_create_ipv4_new()1288 net_ipv4_get_dscp(context->options.dscp_ecn))); in net_context_create_ipv4_new()
Completed in 15 milliseconds