Home
last modified time | relevance | path

Searched refs:TCPOPT_NOP (Results 1 – 21 of 21) sorted by path

/freebsd/contrib/tcpdump/
H A Dprint-tcp.c101 #define ZEROLENOPT(o) ((o) == TCPOPT_EOL || (o) == TCPOPT_NOP)
120 { TCPOPT_NOP, "nop" },
597 case TCPOPT_NOP: in tcp_print()
H A Dtcp.h66 #define TCPOPT_NOP 1 macro
92 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
/freebsd/sbin/ipf/libipf/
H A Dtcpoptnames.c14 { TCPOPT_NOP, 0x000001, 1, "nop" },
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c837 if (opt == TCPOPT_NOP) in ktls_has_tcp_options()
847 case TCPOPT_NOP: in ktls_has_tcp_options()
872 if (opt == TCPOPT_NOP) in ktls_find_tcp_timestamps()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c186 (__predict_true(*ts_ptr) == ntohl(TCPOPT_NOP << 24 | in mlx5e_lro_update_hdr()
187 TCPOPT_NOP << 16 | TCPOPT_TIMESTAMP << 8 | in mlx5e_lro_update_hdr()
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c554 opt_ptr[0] == ntohl((TCPOPT_NOP << 24) | in sfxge_lro_try_merge()
555 (TCPOPT_NOP << 16) | in sfxge_lro_try_merge()
/freebsd/sys/netgraph/
H A Dng_tcpmss.c421 else if (*opt == TCPOPT_NOP) in correct_mss()
/freebsd/sys/netinet/
H A Dtcp.h106 #define TCPOPT_NOP 1 macro
H A Dtcp_input.c3515 if (opt == TCPOPT_NOP) in tcp_dooptions()
H A Dtcp_lro.h203 #define TCP_LRO_TS_OPTION ntohl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |\
H A Dtcp_output.c1801 *optp++ = TCPOPT_NOP; in tcp_addoptions()
1815 *optp++ = TCPOPT_NOP; in tcp_addoptions()
1827 *optp++ = TCPOPT_NOP; in tcp_addoptions()
1838 *optp++ = TCPOPT_NOP; in tcp_addoptions()
1858 *optp++ = TCPOPT_NOP; in tcp_addoptions()
1880 *optp++ = TCPOPT_NOP; in tcp_addoptions()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c16829 *cp = TCPOPT_NOP; in rack_log_input_packet()
16831 *cp = TCPOPT_NOP; in rack_log_input_packet()
17764 ntohl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | \
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c1433 else if (opt == TCPOPT_NOP) in ipf_pr_tcpcommon()
H A Dip_nat.c6362 else if (opt == TCPOPT_NOP) { in ipf_nat_mssclamp()
H A Dip_state.c1879 else if (opt == TCPOPT_NOP) in ipf_tcpoptions()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c362 if (opt == TCPOPT_NOP) in tcpopts_parse()
/freebsd/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c83 if (cp[0] == TCPOPT_NOP) { in tcpmod_setmss()
/freebsd/sys/netpfil/pf/
H A Dpf.c2874 case TCPOPT_NOP: in pf_modulate_sack()
3964 case TCPOPT_NOP: in pf_get_wscale()
4004 case TCPOPT_NOP: in pf_get_mss()
H A Dpf_norm.c1559 case TCPOPT_NOP: in pf_normalize_tcp_init()
1679 case TCPOPT_NOP: in pf_normalize_tcp_stateful()
2038 if (opt == TCPOPT_NOP) in pf_normalize_mss()
H A Dpf_osfp.c143 if (*optp == TCPOPT_NOP) { in pf_osfp_fingerprint_hdr()
/freebsd/usr.sbin/ppp/
H A Dtcpmss.c125 else if (*opt == TCPOPT_NOP) in MSSFixup()