Searched refs:txhash (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/net/ipv6/ |
D | tcp_ipv6.c | 851 u8 tclass, __be32 label, u32 priority, u32 txhash) in tcp_v6_send_response() argument 948 if (txhash) { in tcp_v6_send_response() 950 skb_set_hash(buff, txhash, PKT_HASH_TYPE_L4); in tcp_v6_send_response() 994 u32 txhash = 0; in tcp_v6_send_reset() local 1067 txhash = sk->sk_hash; in tcp_v6_send_reset() 1072 txhash = inet_twsk(sk)->tw_txhash; in tcp_v6_send_reset() 1080 ipv6_get_dsfield(ipv6h), label, priority, txhash); in tcp_v6_send_reset() 1091 __be32 label, u32 priority, u32 txhash) in tcp_v6_send_ack() argument 1094 tclass, label, priority, txhash); in tcp_v6_send_ack() 1135 tcp_rsk(req)->txhash); in tcp_v6_reqsk_send_ack()
|
D | syncookies.c | 216 treq->txhash = net_tx_rndhash(); in cookie_v6_check()
|
/linux-6.1.9/include/linux/ |
D | tcp.h | 158 u32 txhash; member
|
/linux-6.1.9/net/ipv4/ |
D | syncookies.c | 382 treq->txhash = net_tx_rndhash(); in cookie_v4_check()
|
D | tcp_minisocks.c | 513 newsk->sk_txhash = treq->txhash; in tcp_create_openreq_child()
|
D | tcp_output.c | 3584 skb_set_hash(skb, tcp_rsk(req)->txhash, PKT_HASH_TYPE_L4); in tcp_make_synack() 4127 tcp_rsk(req)->txhash = net_tx_rndhash(); in tcp_rtx_synack()
|
D | tcp_input.c | 7004 tcp_rsk(req)->txhash = net_tx_rndhash(); in tcp_conn_request()
|
/linux-6.1.9/include/net/ |
D | sock.h | 2395 u32 txhash = READ_ONCE(sk->sk_txhash); in skb_set_hash_from_sk() local 2397 if (txhash) { in skb_set_hash_from_sk() 2399 skb->hash = txhash; in skb_set_hash_from_sk()
|
/linux-6.1.9/Documentation/networking/ |
D | ip-sysctl.rst | 1858 and "tcp: Change txhash on every SYN and RTO retransmit"
|