Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_TCPOPTSTRIP.c22 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 Dnf_synproxy_core.c49 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 Dnf_conntrack_proto_tcp.c367 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 Dnf_conntrack_seqadj.c142 case TCPOPT_NOP: in nf_ct_sack_adjust()
H A Dxt_TCPMSS.c37 if (opt[offset] <= TCPOPT_NOP || opt[offset+1] == 0) in optlen()
H A Dnft_exthdr.c30 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 Dtcp.h179 # 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 Dtcp.h179 # 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 Doptions.c313 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 Dtcp_output.c423 *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 Dtcp_ipv4.c762 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 Dtcp_input.c3972 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 Dtest_tcp_hdr_options.h52 #define TCPOPT_NOP 1 macro
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c929 *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 Dchcr_ktls.c964 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 Dsch_cake.c966 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 Dtcp.h179 #define TCPOPT_NOP 1 /* Padding */ macro
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c6668 } 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 Ds2io.c8343 while (*ptr == TCPOPT_NOP) in verify_l3_l4_lro_capable()