Searched refs:tsval (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcp_custom_syncookie.c | 223 __u32 *tsval, *tsecr; in tcp_parse_option() local 259 tsval = next(ctx, 4); in tcp_parse_option() 261 if (*opsize == TCPOLEN_TIMESTAMP && tsval && tsecr) { in tcp_parse_option() 262 ctx->attrs.rcv_tsval = get_unaligned_be32(tsval); in tcp_parse_option()
|
| /linux/include/net/netfilter/ |
| H A D | nf_synproxy.h | 40 u32 tsval; member
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 840 u32 ack, u32 win, u32 tsval, u32 tsecr, in tcp_v6_send_response() argument 896 *topt++ = htonl(tsval); in tcp_v6_send_response() 1126 u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v6_send_ack() argument 1130 tcp_v6_send_response(sk, skb, seq, ack, win, tsval, tsecr, oif, 0, in tcp_v6_send_ack()
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | gro.c | |
| /linux/net/sched/ |
| H A D | sch_cake.c | 1132 u32 *tsval, u32 *tsecr) in cake_tcph_get_tstamp() argument 1140 *tsval = get_unaligned_be32(ptr); in cake_tcph_get_tstamp()
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 911 u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v4_send_ack() argument 934 rep.opt[1] = htonl(tsval); in tcp_v4_send_ack()
|