Searched refs:txhash (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/net/ipv6/ |
| H A D | tcp_ipv6.c | 867 u32 priority, u32 txhash, struct tcp_key *key) in tcp_v6_send_response() argument 981 if (txhash) { in tcp_v6_send_response() 983 skb_set_hash(buff, txhash, PKT_HASH_TYPE_L4); in tcp_v6_send_response() 1027 u32 txhash = 0; in tcp_v6_send_reset() local 1123 txhash = sk->sk_txhash; in tcp_v6_send_reset() 1128 txhash = inet_twsk(sk)->tw_txhash; in tcp_v6_send_reset() 1139 label, priority, txhash, in tcp_v6_send_reset() 1153 __be32 label, u32 priority, u32 txhash) in tcp_v6_send_ack() argument 1156 tclass, label, priority, txhash, key); in tcp_v6_send_ack() 1292 READ_ONCE(tcp_rsk(req)->txhash));
|
| /linux-6.15/include/linux/ |
| H A D | tcp.h | 159 u32 txhash; member
|
| /linux-6.15/net/ipv4/ |
| H A D | syncookies.c | 284 treq->txhash = net_tx_rndhash(); in cookie_tcp_reqsk_init()
|
| H A D | ip_output.c | 1600 unsigned int len, u64 transmit_time, u32 txhash) in ip_send_unicast_reply() argument 1666 if (txhash) in ip_send_unicast_reply() 1667 skb_set_hash(nskb, txhash, PKT_HASH_TYPE_L4); in ip_send_unicast_reply()
|
| H A D | tcp_ipv4.c | 759 u32 txhash = 0; in tcp_v4_send_reset() local 906 txhash = (sk->sk_state == TCP_TIME_WAIT) ? in tcp_v4_send_reset() 916 transmit_time, txhash); in tcp_v4_send_reset() 939 int reply_flags, u8 tos, u32 txhash) in tcp_v4_send_ack() argument 1030 transmit_time, txhash); in tcp_v4_send_ack() 1175 READ_ONCE(tcp_rsk(req)->txhash));
|
| H A D | tcp_minisocks.c | 563 newsk->sk_txhash = READ_ONCE(treq->txhash); in tcp_create_openreq_child()
|
| H A D | tcp_output.c | 3808 skb_set_hash(skb, READ_ONCE(tcp_rsk(req)->txhash), PKT_HASH_TYPE_L4); in tcp_make_synack() 4421 WRITE_ONCE(tcp_rsk(req)->txhash, net_tx_rndhash()); in tcp_rtx_synack()
|
| H A D | tcp_input.c | 7350 tcp_rsk(req)->txhash = net_tx_rndhash(); in tcp_conn_request()
|
| /linux-6.15/include/net/ |
| H A D | sock.h | 2355 u32 txhash = READ_ONCE(sk->sk_txhash); in skb_set_hash_from_sk() local 2357 if (txhash) { in skb_set_hash_from_sk() 2359 skb->hash = txhash; in skb_set_hash_from_sk()
|
| H A D | ip.h | 290 unsigned int len, u64 transmit_time, u32 txhash);
|
| /linux-6.15/Documentation/networking/ |
| H A D | ip-sysctl.rst | 1151 PLB changes socket txhash which results in a change in IPv6 Flow Label 2074 and "tcp: Change txhash on every SYN and RTO retransmit"
|