Lines Matching refs:tclass
271 fl6.flowlabel = ip6_make_flowinfo(np->tclass, np->flow_label); in tcp_v6_connect()
537 u8 tclass; in tcp_v6_send_synack() local
554 tclass = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_reflect_tos) ? in tcp_v6_send_synack()
556 (np->tclass & INET_ECN_MASK) : in tcp_v6_send_synack()
557 np->tclass; in tcp_v6_send_synack()
559 if (!INET_ECN_is_capable(tclass) && in tcp_v6_send_synack()
561 tclass |= INET_ECN_ECT_0; in tcp_v6_send_synack()
568 opt, tclass, sk->sk_priority); in tcp_v6_send_synack()
848 u8 tclass, __be32 label, u32 priority, u32 txhash) in tcp_v6_send_response() argument
966 tclass & ~INET_ECN_MASK, priority); in tcp_v6_send_response()
1087 struct tcp_md5sig_key *key, u8 tclass, in tcp_v6_send_ack() argument
1091 tclass, label, priority, txhash); in tcp_v6_send_ack()
1330 newnp->tclass = tcp_rsk(req)->syn_tos & ~INET_ECN_MASK; in tcp_v6_syn_recv_sock()