Home
last modified time | relevance | path

Searched refs:txhash (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/net/ipv6/
H A Dtcp_ipv6.c848 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 Dsyncookies.c217 treq->txhash = net_tx_rndhash(); in cookie_v6_check()
/kernel/linux/linux-5.10/include/linux/
H A Dtcp.h128 u32 txhash; member
/kernel/linux/linux-5.10/net/ipv6/
H A Dsyncookies.c217 treq->txhash = net_tx_rndhash(); in cookie_v6_check()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_ipv4.c696 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 Dsyncookies.c376 treq->txhash = net_tx_rndhash(); in cookie_v4_check()
H A Dip_output.c1584 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 Dtcp_minisocks.c526 newsk->sk_txhash = READ_ONCE(treq->txhash); in tcp_create_openreq_child()
H A Dtcp_output.c3697 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 Dtcp_input.c4508 * 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 Dsyncookies.c378 treq->txhash = net_tx_rndhash(); in cookie_v4_check()
H A Dtcp_minisocks.c499 newsk->sk_txhash = treq->txhash; in tcp_create_openreq_child()
H A Dtcp_output.c3607 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 Dtcp_input.c4463 * 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 Dtcp.h158 u32 txhash; member
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_output.c826 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 Dtcp_nip_input.c1221 tcp_rsk(req)->txhash = net_tx_rndhash(); in _tcp_nip_conn_request()
/kernel/linux/linux-5.10/include/net/
H A Dsock.h2255 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 Dsock.h2410 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 Dip.h292 unsigned int len, u64 transmit_time, u32 txhash);

Completed in 68 milliseconds