Searched refs:TCPOPT_NOP (Results 1 – 20 of 20) sorted by relevance
| /linux/net/netfilter/ |
| H A D | xt_TCPOPTSTRIP.c | 22 if (opt[offset] <= TCPOPT_NOP || opt[offset+1] == 0) in optlen() 61 * set all octets to %TCPOPT_NOP and adjust checksum. in tcpoptstrip_mangle_packet() 74 n = TCPOPT_NOP; in tcpoptstrip_mangle_packet() 82 memset(opt + i, TCPOPT_NOP, optl); in tcpoptstrip_mangle_packet()
|
| H A D | nft_exthdr.c | 32 if (opt[offset] <= TCPOPT_NOP || opt[offset + 1] == 0) in optlen() 343 u16 n = TCPOPT_NOP; in nft_exthdr_tcp_strip_eval() 353 memset(opt + i, TCPOPT_NOP, optl); in nft_exthdr_tcp_strip_eval()
|
| H A D | nf_conntrack_proto_tcp.c | 360 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_options() 409 && *(__be32 *)ptr == htonl((TCPOPT_NOP << 24) in tcp_sack() 410 | (TCPOPT_NOP << 16) in tcp_sack() 422 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_sack()
|
| H A D | nf_conntrack_seqadj.c | 142 case TCPOPT_NOP: in nf_ct_sack_adjust()
|
| H A D | xt_TCPMSS.c | 37 if (opt[offset] <= TCPOPT_NOP || opt[offset+1] == 0) in optlen()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | parse_tcp_hdr_opt.c | 23 TCPOPT_MSS, 4, 0x05, 0xB4, TCPOPT_NOP, TCPOPT_NOP,
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H 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()
|
| H A D | test_parse_tcp_hdr_opt_dynptr.c | 48 if (kind == TCPOPT_NOP) { in parse_hdr_opt()
|
| H A D | test_parse_tcp_hdr_opt.c | 51 if (kind == TCPOPT_NOP) { in parse_hdr_opt()
|
| H A D | bpf_tracing_net.h | 77 #define TCPOPT_NOP 1 73 #define TCPOPT_NOP global() macro
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | gro.c | |
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tcp_hdr_options.h | 52 #define TCPOPT_NOP 1 macro
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 823 rep.opt[0] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_reset() 824 (TCPOPT_NOP << 16) | in tcp_v4_send_reset() 931 rep.opt[0] = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v4_send_ack() 952 rep.opt[offset++] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_ack() 953 (TCPOPT_NOP << 16) | in tcp_v4_send_ack()
|
| H A D | tcp_input.c | 4504 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_parse_mss_option() 4556 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_parse_options() 4677 if (*ptr == htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) in tcp_parse_aligned_timestamp()
|
| H A D | tcp.c | 4990 case TCPOPT_NOP: in tcp_do_parse_auth_options()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 894 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response() 905 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
| H A D | chcr_ktls.c | 959 if (opt == TCPOPT_NOP) { in chcr_ktls_check_tcp_options() 969 case TCPOPT_NOP: in chcr_ktls_check_tcp_options()
|
| /linux/net/sched/ |
| H A D | sch_cake.c | 1032 if (opcode == TCPOPT_NOP) { in cake_get_tcpopt() 1171 if (opcode == TCPOPT_NOP) { in cake_tcph_may_drop()
|
| /linux/include/net/ |
| H A D | tcp.h | 209 #define TCPOPT_NOP 1 /* Padding */ macro
|
| /linux/net/core/ |
| H A D | filter.c | 7776 } else if (kind == TCPOPT_NOP) { in bpf_search_tcp_opt() 7827 if (search_len > len || search_kind == TCPOPT_NOP || in BPF_CALL_4() 7905 if (new_kind_len > len || new_kind == TCPOPT_NOP || in BPF_CALL_4()
|