/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 848 u8 tclass, __be32 label, u32 priority, u32 txhash) in tcp_v6_send_response() 945 if (txhash) { in tcp_v6_send_response() 947 skb_set_hash(buff, txhash, PKT_HASH_TYPE_L4); in tcp_v6_send_response() 991 u32 txhash = 0; in tcp_v6_send_reset() local 1064 txhash = sk->sk_txhash; in tcp_v6_send_reset() 1069 txhash = inet_twsk(sk)->tw_txhash; in tcp_v6_send_reset() 1077 ipv6_get_dsfield(ipv6h), label, priority, txhash); in tcp_v6_send_reset() 1088 __be32 label, u32 priority, u32 txhash) in tcp_v6_send_ack() 1091 tclass, label, priority, txhash); in tcp_v6_send_ack() 1133 READ_ONCE(tcp_rsk(req)->txhash)); in tcp_v6_reqsk_send_ack() 845 tcp_v6_send_response(const struct sock *sk, struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, struct tcp_md5sig_key *key, int rst, u8 tclass, __be32 label, u32 priority, u32 txhash) tcp_v6_send_response() argument 1085 tcp_v6_send_ack(const struct sock *sk, struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, struct tcp_md5sig_key *key, u8 tclass, __be32 label, u32 priority, u32 txhash) tcp_v6_send_ack() argument [all...] |
H A D | syncookies.c | 217 treq->txhash = net_tx_rndhash(); in cookie_v6_check()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tcp.h | 128 u32 txhash; member
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | syncookies.c | 217 treq->txhash = net_tx_rndhash(); in cookie_v6_check()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 696 u32 txhash = 0; in tcp_v4_send_reset() local 834 txhash = (sk->sk_state == TCP_TIME_WAIT) ? in tcp_v4_send_reset() 844 transmit_time, txhash); in tcp_v4_send_reset() 866 int reply_flags, u8 tos, u32 txhash) in tcp_v4_send_ack() 942 transmit_time, txhash); in tcp_v4_send_ack() 997 READ_ONCE(tcp_rsk(req)->txhash)); in tcp_v4_reqsk_send_ack() 862 tcp_v4_send_ack(const struct sock *sk, struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, struct tcp_md5sig_key *key, int reply_flags, u8 tos, u32 txhash) tcp_v4_send_ack() argument
|
H A D | syncookies.c | 376 treq->txhash = net_tx_rndhash(); in cookie_v4_check()
|
H A D | ip_output.c | 1584 unsigned int len, u64 transmit_time, u32 txhash) in ip_send_unicast_reply() 1647 if (txhash) in ip_send_unicast_reply() 1648 skb_set_hash(nskb, txhash, PKT_HASH_TYPE_L4); in ip_send_unicast_reply() 1580 ip_send_unicast_reply(struct sock *sk, struct sk_buff *skb, const struct ip_options *sopt, __be32 daddr, __be32 saddr, const struct ip_reply_arg *arg, unsigned int len, u64 transmit_time, u32 txhash) ip_send_unicast_reply() argument
|
H A D | tcp_minisocks.c | 526 newsk->sk_txhash = READ_ONCE(treq->txhash); in tcp_create_openreq_child()
|
H A D | tcp_output.c | 3697 skb_set_hash(skb, READ_ONCE(tcp_rsk(req)->txhash), PKT_HASH_TYPE_L4); in tcp_make_synack() 4256 WRITE_ONCE(tcp_rsk(req)->txhash, net_tx_rndhash()); in tcp_rtx_synack()
|
H A D | tcp_input.c | 4508 * DSACK state and change the txhash to re-route speculatively. in tcp_rcv_spurious_retrans() 7066 tcp_rsk(req)->txhash = net_tx_rndhash(); in tcp_conn_request()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | syncookies.c | 378 treq->txhash = net_tx_rndhash(); in cookie_v4_check()
|
H A D | tcp_minisocks.c | 499 newsk->sk_txhash = treq->txhash; in tcp_create_openreq_child()
|
H A D | tcp_output.c | 3607 skb_set_hash(skb, tcp_rsk(req)->txhash, PKT_HASH_TYPE_L4); in tcp_make_synack() 4151 tcp_rsk(req)->txhash = net_tx_rndhash(); in tcp_rtx_synack()
|
H A D | tcp_input.c | 4463 * DSACK state and change the txhash to re-route speculatively. in tcp_rcv_spurious_retrans() 6951 tcp_rsk(req)->txhash = net_tx_rndhash(); in tcp_conn_request()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tcp.h | 158 u32 txhash; member
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_output.c | 826 skb_set_hash(skb, tcp_rsk(req)->txhash, PKT_HASH_TYPE_L4); in tcp_nip_make_synack() 1140 tcp_rsk(req)->txhash = net_tx_rndhash(); in tcp_nip_rtx_synack()
|
H A D | tcp_nip_input.c | 1221 tcp_rsk(req)->txhash = net_tx_rndhash(); in _tcp_nip_conn_request()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sock.h | 2255 u32 txhash = READ_ONCE(sk->sk_txhash); in skb_set_hash_from_sk() local 2257 if (txhash) { in skb_set_hash_from_sk() 2259 skb->hash = txhash; in skb_set_hash_from_sk()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 2410 u32 txhash = READ_ONCE(sk->sk_txhash); in skb_set_hash_from_sk() local 2412 if (txhash) { in skb_set_hash_from_sk() 2414 skb->hash = txhash; in skb_set_hash_from_sk()
|
H A D | ip.h | 292 unsigned int len, u64 transmit_time, u32 txhash);
|