Searched refs:TCPOPT_NOP (Results 1 – 18 of 18) sorted by relevance
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()
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()
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()
142 case TCPOPT_NOP: in nf_ct_sack_adjust()
37 if (opt[offset] <= TCPOPT_NOP || opt[offset+1] == 0) in optlen()
30 if (opt[offset] <= TCPOPT_NOP || opt[offset + 1] == 0) in optlen()
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()
52 #define TCPOPT_NOP 1 macro
425 *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 …]
760 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()
3926 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()
71 #define TCPOPT_NOP 1 macro
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()
969 if (opt == TCPOPT_NOP) { in chcr_ktls_check_tcp_options()979 case TCPOPT_NOP: in chcr_ktls_check_tcp_options()
966 if (opcode == TCPOPT_NOP) { in cake_get_tcpopt()1105 if (opcode == TCPOPT_NOP) { in cake_tcph_may_drop()
183 #define TCPOPT_NOP 1 /* Padding */ macro
6652 } 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()
8332 while (*ptr == TCPOPT_NOP) in verify_l3_l4_lro_capable()