Searched refs:txhash (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 842 u32 priority, u32 txhash, struct tcp_key *key) in tcp_v6_send_response() argument 957 if (txhash) { in tcp_v6_send_response() 959 skb_set_hash(buff, txhash, PKT_HASH_TYPE_L4); in tcp_v6_send_response() 1003 u32 txhash = 0; in tcp_v6_send_reset() local 1097 txhash = sk->sk_txhash; in tcp_v6_send_reset() 1102 txhash = inet_twsk(sk)->tw_txhash; in tcp_v6_send_reset() 1114 label, priority, txhash, in tcp_v6_send_reset() 1128 __be32 label, u32 priority, u32 txhash) in tcp_v6_send_ack() argument 1131 tclass, label, priority, txhash, key); in tcp_v6_send_ack() 1267 READ_ONCE(tcp_rsk(req)->txhash));
|
| /linux/net/ipv4/ |
| H A D | ip_output.c | 1609 unsigned int len, u64 transmit_time, u32 txhash) in ip_send_unicast_reply() argument 1678 if (txhash) in ip_send_unicast_reply() 1679 skb_set_hash(nskb, txhash, PKT_HASH_TYPE_L4); in ip_send_unicast_reply()
|
| H A D | tcp_ipv4.c | 736 u32 txhash = 0; in tcp_v4_send_reset() local 880 txhash = (sk->sk_state == TCP_TIME_WAIT) ? in tcp_v4_send_reset() 890 transmit_time, txhash); in tcp_v4_send_reset() 913 int reply_flags, u8 tos, u32 txhash) in tcp_v4_send_ack() argument 1004 transmit_time, txhash); in tcp_v4_send_ack() 1149 READ_ONCE(tcp_rsk(req)->txhash));
|
| H A D | syncookies.c | 283 treq->txhash = net_tx_rndhash(); in cookie_tcp_reqsk_init()
|
| H A D | tcp_minisocks.c | 591 newsk->sk_txhash = READ_ONCE(treq->txhash); in tcp_create_openreq_child()
|
| H A D | tcp_output.c | 4025 skb_set_hash(skb, READ_ONCE(tcp_rsk(req)->txhash), PKT_HASH_TYPE_L4); in tcp_make_synack() 4641 WRITE_ONCE(tcp_rsk(req)->txhash, net_tx_rndhash()); in tcp_rtx_synack()
|
| H A D | tcp_input.c | 7717 tcp_rsk(req)->txhash = net_tx_rndhash(); in tcp_conn_request()
|
| /linux/include/net/ |
| H A D | sock.h | 2433 u32 txhash = READ_ONCE(sk->sk_txhash); in skb_set_hash_from_sk() 2435 if (txhash) { in skb_set_hash_from_sk() 2437 skb->hash = txhash; in skb_set_hash_from_sk() 2432 u32 txhash = READ_ONCE(sk->sk_txhash); skb_set_hash_from_sk() local
|
| H A D | ip.h | 292 unsigned int len, u64 transmit_time, u32 txhash);
|