Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_synproxy_core.c46 case TCPOPT_NOP: in synproxy_parse_options()
127 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()
128 (TCPOPT_NOP << 16) | in synproxy_build_options()
135 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()
136 (TCPOPT_NOP << 16) | in synproxy_build_options()
141 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()
205 case TCPOPT_NOP: in synproxy_tstamp_adjust()
Dxt_TCPOPTSTRIP.c25 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()
Dnf_conntrack_seqadj.c140 case TCPOPT_NOP: in nf_ct_sack_adjust()
Dxt_TCPMSS.c40 if (opt[offset] <= TCPOPT_NOP || opt[offset+1] == 0) in optlen()
Dnf_conntrack_proto_tcp.c409 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()
/linux-4.1.27/net/ipv4/
Dinet_lro.c83 if (*topt != htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) in lro_tcp_ip_check()
Dtcp_output.c455 *ptr++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_options_write()
476 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
477 (TCPOPT_NOP << 16) | in tcp_options_write()
486 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
487 (TCPOPT_NOP << 16) | in tcp_options_write()
493 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
504 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
505 (TCPOPT_NOP << 16) | in tcp_options_write()
537 p[foc->len] = TCPOPT_NOP; in tcp_options_write()
538 p[foc->len + 1] = TCPOPT_NOP; in tcp_options_write()
Dtcp_ipv4.c661 rep.opt[0] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_reset()
662 (TCPOPT_NOP << 16) | in tcp_v4_send_reset()
731 rep.opt[0] = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v4_send_ack()
752 rep.opt[offset++] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_ack()
753 (TCPOPT_NOP << 16) | in tcp_v4_send_ack()
Dtcp_input.c3666 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_parse_options()
3763 if (*ptr == htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) in tcp_parse_aligned_timestamp()
3823 case TCPOPT_NOP: in tcp_parse_md5sig_option()
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c779 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
787 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
/linux-4.1.27/include/net/
Dtcp.h174 #define TCPOPT_NOP 1 /* Padding */ macro
/linux-4.1.27/drivers/net/ethernet/neterion/
Ds2io.c8426 while (*ptr == TCPOPT_NOP) in verify_l3_l4_lro_capable()