Searched refs:txhash (Results 1 – 11 of 11) sorted by relevance
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 825 u32 priority, u32 txhash, struct tcp_key *key) in tcp_v6_send_response() argument 940 if (txhash) { in tcp_v6_send_response() 942 skb_set_hash(buff, txhash, PKT_HASH_TYPE_L4); in tcp_v6_send_response() 986 u32 txhash = 0; in tcp_v6_send_reset() local 1080 txhash = sk->sk_txhash; in tcp_v6_send_reset() 1085 txhash = inet_twsk(sk)->tw_txhash; in tcp_v6_send_reset() 1097 label, priority, txhash, in tcp_v6_send_reset() 1111 __be32 label, u32 priority, u32 txhash) in tcp_v6_send_ack() argument 1114 tclass, label, priority, txhash, key); in tcp_v6_send_ack() 1250 READ_ONCE(tcp_rsk(req)->txhash));
|
| /linux/include/linux/ |
| H A D | tcp.h | 160 u32 txhash; member
|
| /linux/net/ipv4/ |
| H A D | ip_output.c | 1607 unsigned int len, u64 transmit_time, u32 txhash) in ip_send_unicast_reply() argument 1676 if (txhash) in ip_send_unicast_reply() 1677 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 903 txhash = (sk->sk_state == TCP_TIME_WAIT) ? in tcp_v4_send_reset() 913 transmit_time, txhash); in tcp_v4_send_reset() 936 int reply_flags, u8 tos, u32 txhash) in tcp_v4_send_ack() argument 1027 transmit_time, txhash); in tcp_v4_send_ack() 1172 READ_ONCE(tcp_rsk(req)->txhash));
|
| H A D | syncookies.c | 285 treq->txhash = net_tx_rndhash(); in cookie_tcp_reqsk_init()
|
| H A D | tcp_minisocks.c | 593 newsk->sk_txhash = READ_ONCE(treq->txhash); in tcp_create_openreq_child()
|
| H A D | tcp_output.c | 4028 skb_set_hash(skb, READ_ONCE(tcp_rsk(req)->txhash), PKT_HASH_TYPE_L4); in tcp_make_synack() 4644 WRITE_ONCE(tcp_rsk(req)->txhash, net_tx_rndhash()); in tcp_rtx_synack()
|
| H A D | tcp_input.c | 7770 tcp_rsk(req)->txhash = net_tx_rndhash(); in tcp_conn_request()
|
| /linux/include/net/ |
| H A D | sock.h | 2429 u32 txhash = READ_ONCE(sk->sk_txhash); in skb_set_hash_from_sk() local 2431 if (txhash) { in skb_set_hash_from_sk() 2433 skb->hash = txhash; in skb_set_hash_from_sk()
|
| H A D | ip.h | 292 unsigned int len, u64 transmit_time, u32 txhash);
|
| /linux/Documentation/networking/ |
| H A D | ip-sysctl.rst | 1326 PLB changes socket txhash which results in a change in IPv6 Flow Label 2396 and "tcp: Change txhash on every SYN and RTO retransmit"
|