Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netfilter/
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()
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()
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()
Dnf_conntrack_seqadj.c142 case TCPOPT_NOP: in nf_ct_sack_adjust()
Dxt_TCPMSS.c37 if (opt[offset] <= TCPOPT_NOP || opt[offset+1] == 0) in optlen()
Dnft_exthdr.c30 if (opt[offset] <= TCPOPT_NOP || opt[offset + 1] == 0) in optlen()
/kernel/linux/linux-5.10/net/mptcp/
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()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_tcp_hdr_options.h52 #define TCPOPT_NOP 1 macro
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_output.c425 *ptr++ = htonl((TCPOPT_NOP << 24) | in smc_options_write()
426 (TCPOPT_NOP << 16) | in smc_options_write()
573 memset(skb->data + first_opt_off + nr_written, TCPOPT_NOP, in bpf_skops_write_hdr_opt()
614 *ptr++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_options_write()
635 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
636 (TCPOPT_NOP << 16) | in tcp_options_write()
645 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
646 (TCPOPT_NOP << 16) | in tcp_options_write()
652 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
663 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
[all …]
Dtcp_ipv4.c760 rep.opt[0] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_reset()
761 (TCPOPT_NOP << 16) | in tcp_v4_send_reset()
850 rep.opt[0] = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v4_send_ack()
871 rep.opt[offset++] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_ack()
872 (TCPOPT_NOP << 16) | in tcp_v4_send_ack()
Dtcp_input.c3926 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_parse_mss_option()
3977 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_parse_options()
4086 if (*ptr == htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) in tcp_parse_aligned_timestamp()
4144 case TCPOPT_NOP: in tcp_parse_md5sig_option()
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
Dtcp.h71 #define TCPOPT_NOP 1 macro
/kernel/linux/linux-5.10/net/ipv6/
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c969 if (opt == TCPOPT_NOP) { in chcr_ktls_check_tcp_options()
979 case TCPOPT_NOP: in chcr_ktls_check_tcp_options()
/kernel/linux/linux-5.10/net/sched/
Dsch_cake.c966 if (opcode == TCPOPT_NOP) { in cake_get_tcpopt()
1105 if (opcode == TCPOPT_NOP) { in cake_tcph_may_drop()
/kernel/linux/linux-5.10/include/net/
Dtcp.h183 #define TCPOPT_NOP 1 /* Padding */ macro
/kernel/linux/linux-5.10/net/core/
Dfilter.c6652 } else if (kind == TCPOPT_NOP) { in bpf_search_tcp_opt()
6700 if (search_len > len || search_kind == TCPOPT_NOP || in BPF_CALL_4()
6778 if (new_kind_len > len || new_kind == TCPOPT_NOP || in BPF_CALL_4()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/
Ds2io.c8332 while (*ptr == TCPOPT_NOP) in verify_l3_l4_lro_capable()