Searched refs:TCPOPT_NOP (Results 1 – 21 of 21) sorted by relevance
66 #define TCPOPT_NOP 1 macro92 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
99 #define ZEROLENOPT(o) ((o) == TCPOPT_EOL || (o) == TCPOPT_NOP)118 { TCPOPT_NOP, "nop" },595 case TCPOPT_NOP: in tcp_print()
203 #define TCP_LRO_TS_OPTION ntohl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |\
1807 *optp++ = TCPOPT_NOP; in tcp_addoptions()1821 *optp++ = TCPOPT_NOP; in tcp_addoptions()1833 *optp++ = TCPOPT_NOP; in tcp_addoptions()1844 *optp++ = TCPOPT_NOP; in tcp_addoptions()1864 *optp++ = TCPOPT_NOP; in tcp_addoptions()1886 *optp++ = TCPOPT_NOP; in tcp_addoptions()
106 #define TCPOPT_NOP 1 macro
3552 if (opt == TCPOPT_NOP) in tcp_dooptions()
14 { TCPOPT_NOP, 0x000001, 1, "nop" },
125 else if (*opt == TCPOPT_NOP) in MSSFixup()
83 if (cp[0] == TCPOPT_NOP) { in tcpmod_setmss()
427 else if (*opt == TCPOPT_NOP) in correct_mss()
209 (__predict_true(*ts_ptr == ntohl(TCPOPT_NOP << 24 | in mlx5e_lro_update_hdr()210 TCPOPT_NOP << 16 | TCPOPT_TIMESTAMP << 8 | in mlx5e_lro_update_hdr()
143 if (*optp == TCPOPT_NOP) { in pf_osfp_fingerprint_hdr()
1487 case TCPOPT_NOP: in pf_normalize_tcp_init()1609 case TCPOPT_NOP: in pf_normalize_tcp_stateful()1962 if (opt == TCPOPT_NOP) in pf_normalize_mss()
3951 case TCPOPT_NOP: in pf_modulate_sack()5019 case TCPOPT_NOP: in pf_get_wscale()5060 case TCPOPT_NOP: in pf_get_mss()
554 opt_ptr[0] == ntohl((TCPOPT_NOP << 24) | in sfxge_lro_try_merge()555 (TCPOPT_NOP << 16) | in sfxge_lro_try_merge()
837 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()
364 if (opt == TCPOPT_NOP) in tcpopts_parse()
1879 else if (opt == TCPOPT_NOP) in ipf_tcpoptions()
1433 else if (opt == TCPOPT_NOP) in ipf_pr_tcpcommon()
6362 else if (opt == TCPOPT_NOP) { in ipf_nat_mssclamp()
15445 *cp = TCPOPT_NOP; in rack_log_input_packet()15447 *cp = TCPOPT_NOP; in rack_log_input_packet()16345 ntohl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | \