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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c482 static __always_inline __u8 tcp_mkoptions(__be32 *buf, __be32 *tsopt, __u16 mss, argument
489 if (!tsopt)
492 if (tsopt[0] & bpf_htonl(1 << 4))
502 *buf++ = tsopt[0];
503 *buf++ = tsopt[1];
505 if ((tsopt[0] & bpf_htonl(0xf)) != bpf_htonl(0xf))
515 __u32 cookie, __be32 *tsopt,
521 if (tsopt && (tsopt[0] & bpf_htonl(1 << 5)))
532 tcp_header->doff += tcp_mkoptions(tcp_options, tsopt, ms
514 tcp_gen_synack(struct tcphdr *tcp_header, __u32 cookie, __be32 *tsopt, __u16 mss, __u8 wscale) argument
535 tcpv4_gen_synack(struct header_pointers *hdr, __u32 cookie, __be32 *tsopt) argument
558 tcpv6_gen_synack(struct header_pointers *hdr, __u32 cookie, __be32 *tsopt) argument
601 __be32 * volatile tsopt = NULL; local
[all...]

Completed in 124 milliseconds