Home
last modified time | relevance | path

Searched refs:tsval (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c223 __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 Dnf_synproxy.h40 u32 tsval; member
/linux/net/ipv6/
H A Dtcp_ipv6.c840 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 Dgro.c
/linux/net/sched/
H A Dsch_cake.c1132 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 Dtcp_ipv4.c911 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()