Searched refs:TCPOPT_NOP (Results 1 – 8 of 8) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | parse_tcp_hdr_opt.c | 23 TCPOPT_MSS, 4, 0x05, 0xB4, TCPOPT_NOP, TCPOPT_NOP,
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_tcp_custom_syncookie.c | 235 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 D | test_parse_tcp_hdr_opt_dynptr.c | 48 if (kind == TCPOPT_NOP) { in parse_hdr_opt()
|
| A D | test_parse_tcp_hdr_opt.c | 51 if (kind == TCPOPT_NOP) { in parse_hdr_opt()
|
| A D | xdp_synproxy_kern.c | 29 #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 D | bpf_tracing_net.h | 77 #define TCPOPT_NOP 1 macro
|
| /tools/testing/selftests/net/ |
| A D | gro.c | 439 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 D | test_tcp_hdr_options.h | 52 #define TCPOPT_NOP 1 macro
|
Completed in 18 milliseconds