Searched refs:itos (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dif_stf.c619 u_int8_t otos, itos; local
676 itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
678 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
680 ip_ecn_egress(ECN_NOCARE, &otos, &itos);
682 ip6->ip6_flow |= htonl((u_int32_t)itos << 20);
/freebsd-11-stable/sys/netipsec/
H A Dipsec_output.c865 uint8_t itos, proto; local
884 itos = ip->ip_tos;
891 itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
921 ip_ecn_ingress(V_ip4_ipsec_ecn, &ip->ip_tos, &itos);
949 ip_ecn_ingress(V_ip6_ipsec_ecn, &proto, &itos);

Completed in 176 milliseconds