Searched refs:TCPOPT_NOP (Results 1 – 11 of 11) sorted by relevance
78 #define TCPOPT_NOP 1 macro
189 (*ts_ptr != ntohl(TCPOPT_NOP<<24|TCPOPT_NOP<<16| in myri10ge_lro_rx()
250 case TCPOPT_NOP:358 case TCPOPT_NOP: in print_tcpoptions_summary()
119 #define TCPOPT_NOP_NOP_TSTAMP ((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | \123 (TCPOPT_NOP << 8) | TCPOPT_NOP)2040 case TCPOPT_NOP: in tcp_parse_options()2281 tmp_tcph[0] = TCPOPT_NOP; in tcp_process_options()2282 tmp_tcph[1] = TCPOPT_NOP; in tcp_process_options()5040 wptr[0] = TCPOPT_NOP; in tcp_wput_data()5041 wptr[1] = TCPOPT_NOP; in tcp_wput_data()5686 wptr[0] = TCPOPT_NOP; in tcp_ack_mp()5687 wptr[1] = TCPOPT_NOP; in tcp_ack_mp()5886 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp()[all …]
2840 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()2841 wptr[1] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()2903 ASSERT(tmp_wptr[0] == TCPOPT_NOP && in tcp_xmit_mp_aux_iss()2904 tmp_wptr[1] == TCPOPT_NOP); in tcp_xmit_mp_aux_iss()2932 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()2933 wptr[1] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()2941 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp_aux_iss()3197 wptr[0] = TCPOPT_NOP; in tcp_xmit_mp()3198 wptr[1] = TCPOPT_NOP; in tcp_xmit_mp()3697 wptr[0] = TCPOPT_NOP; in tcp_fill_header()[all …]
58 #define TCPOPT_NOP_NOP_TSTAMP ((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | \62 (TCPOPT_NOP << 8) | TCPOPT_NOP)260 case TCPOPT_NOP: in tcp_parse_options()458 tmp_tcph[0] = TCPOPT_NOP; in tcp_process_options()459 tmp_tcph[1] = TCPOPT_NOP; in tcp_process_options()2190 wptr[0] = TCPOPT_NOP; in tcp_ack_mp()2191 wptr[1] = TCPOPT_NOP; in tcp_ack_mp()
1905 #ifndef TCPOPT_NOP1906 # define TCPOPT_NOP 1 macro
273 { TCPOPT_NOP, 0x000001 },1141 else if (opt == TCPOPT_NOP)
1578 else if (opt == TCPOPT_NOP)
5388 else if (opt == TCPOPT_NOP) {
1047 case TCPOPT_NOP: in tcphdr_print_options()