Lines Matching refs:txhash
848 u8 tclass, __be32 label, u32 priority, u32 txhash)
945 if (txhash) {
947 skb_set_hash(buff, txhash, PKT_HASH_TYPE_L4);
991 u32 txhash = 0;
1064 txhash = sk->sk_txhash;
1069 txhash = inet_twsk(sk)->tw_txhash;
1077 ipv6_get_dsfield(ipv6h), label, priority, txhash);
1088 __be32 label, u32 priority, u32 txhash)
1091 tclass, label, priority, txhash);
1133 READ_ONCE(tcp_rsk(req)->txhash));