Lines Matching refs:iptos
521 cc_ecnpkt_handler_flags(struct tcpcb *tp, uint16_t flags, uint8_t iptos) in cc_ecnpkt_handler_flags() argument
526 switch (iptos & IPTOS_ECN_MASK) { in cc_ecnpkt_handler_flags()
554 cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos) in cc_ecnpkt_handler() argument
556 cc_ecnpkt_handler_flags(tp, tcp_get_flags(th), iptos); in cc_ecnpkt_handler()
632 uint8_t iptos; in tcp_input_with_port() local
691 iptos = IPV6_TRAFFIC_CLASS(ip6); in tcp_input_with_port()
718 iptos = ip->ip_tos; in tcp_input_with_port()
744 ip->ip_tos = iptos; in tcp_input_with_port()
1166 tlen, iptos); in tcp_input_with_port()
1356 iptos, port)) != NULL) in tcp_input_with_port()
1393 tp->t_fb->tfb_tcp_do_segment(tp, m, th, drop_hdrlen, tlen, iptos); in tcp_input_with_port()
1520 int drop_hdrlen, int tlen, uint8_t iptos) in tcp_do_segment() argument
1605 iptos)) in tcp_do_segment()
1650 tcp_ecn_input_parallel_syn(tp, thflags, iptos); in tcp_do_segment()
2081 tcp_ecn_input_syn_sent(tp, thflags, iptos); in tcp_do_segment()
2224 tcp_ecn_input_syn_sent(tp, thflags, iptos); in tcp_do_segment()