| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_TCPOPTSTRIP.c | 22 if (opt[offset] <= TCPOPT_NOP || opt[offset+1] == 0) in optlen() 74 n = TCPOPT_NOP; in tcpoptstrip_mangle_packet() 82 memset(opt + i, TCPOPT_NOP, optl); in tcpoptstrip_mangle_packet()
|
| H A D | nf_synproxy_core.c | 49 case TCPOPT_NOP: in synproxy_parse_options() 132 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options() 133 (TCPOPT_NOP << 16) | in synproxy_build_options() 140 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options() 141 (TCPOPT_NOP << 16) | in synproxy_build_options() 146 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options() 208 case TCPOPT_NOP: in synproxy_tstamp_adjust()
|
| H A D | nf_conntrack_proto_tcp.c | 367 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_options() 415 && *(__be32 *)ptr == htonl((TCPOPT_NOP << 24) in tcp_sack() 416 | (TCPOPT_NOP << 16) in tcp_sack() 428 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()
|
| H A D | nft_exthdr.c | 30 if (opt[offset] <= TCPOPT_NOP || opt[offset + 1] == 0) in optlen()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/ |
| H A D | tcp.h | 179 # define TCPOPT_NOP 1 macro 192 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/ |
| H A D | tcp.h | 179 # define TCPOPT_NOP 1 macro 192 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | options.c | 313 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in mptcp_get_options() 1014 TCPOPT_NOP << 8 | TCPOPT_NOP, ptr); in mptcp_write_options() 1134 TCPOPT_NOP << 8 | TCPOPT_NOP, ptr); in mptcp_write_options()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_output.c | 423 *ptr++ = htonl((TCPOPT_NOP << 24) | in smc_options_write() 424 (TCPOPT_NOP << 16) | in smc_options_write() 571 memset(skb->data + first_opt_off + nr_written, TCPOPT_NOP, in bpf_skops_write_hdr_opt() 612 *ptr++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_options_write() 633 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write() 634 (TCPOPT_NOP << 16) | in tcp_options_write() 643 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write() 644 (TCPOPT_NOP << 16) | in tcp_options_write() 650 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write() 661 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write() [all …]
|
| H A D | tcp_ipv4.c | 762 rep.opt[0] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_reset() 763 (TCPOPT_NOP << 16) | in tcp_v4_send_reset() 852 rep.opt[0] = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v4_send_ack() 873 rep.opt[offset++] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_ack() 874 (TCPOPT_NOP << 16) | in tcp_v4_send_ack()
|
| H A D | tcp_input.c | 3972 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_parse_mss_option() 4023 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_parse_options() 4132 if (*ptr == htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) in tcp_parse_aligned_timestamp() 4190 case TCPOPT_NOP: in tcp_parse_md5sig_option()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_tcp_hdr_options.h | 52 #define TCPOPT_NOP 1 macro
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | tcp_ipv6.c | 929 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response() 937 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
| H A D | chcr_ktls.c | 964 if (opt == TCPOPT_NOP) { in chcr_ktls_check_tcp_options() 974 case TCPOPT_NOP: in chcr_ktls_check_tcp_options()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_cake.c | 966 if (opcode == TCPOPT_NOP) { in cake_get_tcpopt() 1105 if (opcode == TCPOPT_NOP) { in cake_tcph_may_drop()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tcp.h | 179 #define TCPOPT_NOP 1 /* Padding */ macro
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 6668 } else if (kind == TCPOPT_NOP) { in bpf_search_tcp_opt() 6716 if (search_len > len || search_kind == TCPOPT_NOP || in BPF_CALL_4() 6794 if (new_kind_len > len || new_kind == TCPOPT_NOP || in BPF_CALL_4()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/ |
| H A D | s2io.c | 8343 while (*ptr == TCPOPT_NOP) in verify_l3_l4_lro_capable()
|