Searched refs:TCPOPT_NOP (Results 1 – 12 of 12) sorted by relevance
49 case TCPOPT_NOP: in synproxy_parse_options()130 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()131 (TCPOPT_NOP << 16) | in synproxy_build_options()138 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()139 (TCPOPT_NOP << 16) | in synproxy_build_options()144 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()208 case TCPOPT_NOP: in synproxy_tstamp_adjust()
25 if (opt[offset] <= TCPOPT_NOP || opt[offset+1] == 0) in optlen()77 n = TCPOPT_NOP; in tcpoptstrip_mangle_packet()85 memset(opt + i, TCPOPT_NOP, optl); in tcpoptstrip_mangle_packet()
140 case TCPOPT_NOP: in nf_ct_sack_adjust()
40 if (opt[offset] <= TCPOPT_NOP || opt[offset+1] == 0) in optlen()
409 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_options()456 && *(__be32 *)ptr == htonl((TCPOPT_NOP << 24) in tcp_sack()457 | (TCPOPT_NOP << 16) in tcp_sack()469 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_sack()
83 if (*topt != htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) in lro_tcp_ip_check()
453 *ptr++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_options_write()474 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()475 (TCPOPT_NOP << 16) | in tcp_options_write()484 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()485 (TCPOPT_NOP << 16) | in tcp_options_write()491 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()502 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()503 (TCPOPT_NOP << 16) | in tcp_options_write()535 p[foc->len] = TCPOPT_NOP; in tcp_options_write()536 p[foc->len + 1] = TCPOPT_NOP; in tcp_options_write()
664 rep.opt[0] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_reset()665 (TCPOPT_NOP << 16) | in tcp_v4_send_reset()734 rep.opt[0] = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v4_send_ack()755 rep.opt[offset++] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_ack()756 (TCPOPT_NOP << 16) | in tcp_v4_send_ack()
3715 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_parse_options()3812 if (*ptr == htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) in tcp_parse_aligned_timestamp()3872 case TCPOPT_NOP: in tcp_parse_md5sig_option()
782 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()790 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
174 #define TCPOPT_NOP 1 /* Padding */ macro
8402 while (*ptr == TCPOPT_NOP) in verify_l3_l4_lro_capable()