Home
last modified time | relevance | path

Searched refs:TCPOLEN_MSS (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dbpf_tracing_net.h84 #define TCPOLEN_MSS 4 macro
A Dtest_tcp_custom_syncookie.c248 if (*opsize == TCPOLEN_MSS && ctx->tcp->syn && mss) in tcp_parse_option()
370 *ctx->ptr32++ = bpf_htonl(TCPOPT_MSS << 24 | TCPOLEN_MSS << 16 | in tcp_write_options()
A Dxdp_synproxy_kern.c36 #define TCPOLEN_MSS 4 macro
487 *buf++ = bpf_htonl((TCPOPT_MSS << 24) | (TCPOLEN_MSS << 16) | mss); in tcp_mkoptions()

Completed in 6 milliseconds