Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_synproxy_core.c49 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()
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_proto_tcp.c375 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_options()
423 && *(__be32 *)ptr == htonl((TCPOPT_NOP << 24) in tcp_sack()
424 | (TCPOPT_NOP << 16) in tcp_sack()
436 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_sack()
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()
Dnft_exthdr.c33 if (opt[offset] <= TCPOPT_NOP || opt[offset + 1] == 0) in optlen()
/Linux-v4.19/net/ipv4/
Dtcp_output.c424 *ptr++ = htonl((TCPOPT_NOP << 24) | in smc_options_write()
425 (TCPOPT_NOP << 16) | in smc_options_write()
464 *ptr++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_options_write()
485 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
486 (TCPOPT_NOP << 16) | in tcp_options_write()
495 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
496 (TCPOPT_NOP << 16) | in tcp_options_write()
502 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
513 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
514 (TCPOPT_NOP << 16) | in tcp_options_write()
[all …]
Dtcp_ipv4.c735 rep.opt[0] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_reset()
736 (TCPOPT_NOP << 16) | in tcp_v4_send_reset()
819 rep.opt[0] = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v4_send_ack()
840 rep.opt[offset++] = htonl((TCPOPT_NOP << 24) | in tcp_v4_send_ack()
841 (TCPOPT_NOP << 16) | in tcp_v4_send_ack()
Dtcp_input.c3800 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in tcp_parse_options()
3901 if (*ptr == htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) in tcp_parse_aligned_timestamp()
3959 case TCPOPT_NOP: in tcp_parse_md5sig_option()
/Linux-v4.19/net/ipv6/
Dtcp_ipv6.c839 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
847 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
/Linux-v4.19/net/sched/
Dsch_cake.c923 if (opcode == TCPOPT_NOP) { in cake_get_tcpopt()
1060 if (opcode == TCPOPT_NOP) { in cake_tcph_may_drop()
/Linux-v4.19/include/net/
Dtcp.h178 #define TCPOPT_NOP 1 /* Padding */ macro
/Linux-v4.19/drivers/net/ethernet/neterion/
Ds2io.c8346 while (*ptr == TCPOPT_NOP) in verify_l3_l4_lro_capable()