Home
last modified time | relevance | path

Searched refs:TCPOPT_NOP (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
A Dparse_tcp_hdr_opt.c23 TCPOPT_MSS, 4, 0x05, 0xB4, TCPOPT_NOP, TCPOPT_NOP,
/tools/testing/selftests/bpf/progs/
A Dtest_tcp_custom_syncookie.c235 if (*opcode == TCPOPT_NOP) in tcp_parse_option()
374 *ctx->ptr32++ = bpf_htonl(TCPOPT_NOP << 24 | in tcp_write_options()
386 *ctx->ptr32++ = bpf_htonl(TCPOPT_NOP << 24 | in tcp_write_options()
387 TCPOPT_NOP << 16 | in tcp_write_options()
394 *ctx->ptr32++ = bpf_htonl(TCPOPT_NOP << 24 | in tcp_write_options()
395 TCPOPT_NOP << 16 | in tcp_write_options()
A Dtest_parse_tcp_hdr_opt_dynptr.c48 if (kind == TCPOPT_NOP) { in parse_hdr_opt()
A Dtest_parse_tcp_hdr_opt.c51 if (kind == TCPOPT_NOP) { in parse_hdr_opt()
A Dxdp_synproxy_kern.c29 #define TCPOPT_NOP 1 macro
228 if (*opcode == TCPOPT_NOP) in tscookie_tcpopt_parse()
498 *buf++ = bpf_htonl((TCPOPT_NOP << 24) | in tcp_mkoptions()
499 (TCPOPT_NOP << 16) | in tcp_mkoptions()
506 *buf++ = bpf_htonl((TCPOPT_NOP << 24) | in tcp_mkoptions()
A Dbpf_tracing_net.h77 #define TCPOPT_NOP 1 macro
/tools/testing/selftests/net/
A Dgro.c439 case TCPOPT_NOP: in tcp_write_options()
440 buf[0] = TCPOPT_NOP; in tcp_write_options()
468 tcp_write_options(buf + total_hdr_len, TCPOPT_NOP, 0); in add_standard_tcp_options()
469 tcp_write_options(buf + total_hdr_len + 1, TCPOPT_NOP, 0); in add_standard_tcp_options()
474 tcp_write_options(buf + total_hdr_len, TCPOPT_NOP, 0); in add_standard_tcp_options()
478 TCPOPT_NOP, 0); in add_standard_tcp_options()
483 TCPOPT_NOP, 0); in add_standard_tcp_options()
485 TCPOPT_NOP, 0); in add_standard_tcp_options()
574 tcp_write_options(extpkt2 + MAX_HDR_LEN, TCPOPT_NOP, 0); in send_diff_opt()
/tools/testing/selftests/bpf/
A Dtest_tcp_hdr_options.h52 #define TCPOPT_NOP 1 macro

Completed in 18 milliseconds