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) |\
1819 *optp++ = TCPOPT_NOP; in tcp_addoptions()1833 *optp++ = TCPOPT_NOP; in tcp_addoptions()1845 *optp++ = TCPOPT_NOP; in tcp_addoptions()1856 *optp++ = TCPOPT_NOP; in tcp_addoptions()1876 *optp++ = TCPOPT_NOP; in tcp_addoptions()1898 *optp++ = TCPOPT_NOP; in tcp_addoptions()
106 #define TCPOPT_NOP 1 macro
3557 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()
1478 case TCPOPT_NOP: in pf_normalize_tcp_init()1598 case TCPOPT_NOP: in pf_normalize_tcp_stateful()1957 if (opt == TCPOPT_NOP) in pf_normalize_mss()
3931 case TCPOPT_NOP: in pf_modulate_sack()4987 case TCPOPT_NOP: in pf_get_wscale()5028 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()
6362 else if (opt == TCPOPT_NOP) { in ipf_nat_mssclamp()
1433 else if (opt == TCPOPT_NOP) in ipf_pr_tcpcommon()
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) | \