Searched defs:txhash (Results 1 - 7 of 7) sorted by relevance
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | ip_output.c | 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_ipv4.c | 696 u32 txhash = 0; in tcp_v4_send_reset() local 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
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | tcp.h | 128 u32 txhash; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | tcp.h | 158 u32 txhash; member
|
| /kernel/linux/linux-6.6/net/ipv6/ |
| H A D | tcp_ipv6.c | 991 u32 txhash = 0; in tcp_v6_send_reset() local 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...] |
| /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
|
| /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
|
Completed in 21 milliseconds