Searched refs:TCPOPT_NOP (Results 1 – 7 of 7) sorted by relevance
128 #define TCPOPT_NOP 1 macro143 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)153 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|(ccopt)<<8|TCPOLEN_CC)170 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_SACK_PERMITTED<<8|TCPOLEN_SACK_PERMITTED)171 #define TCPOPT_SACK_HDR (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_SACK<<8)
675 *(uint16_t *)lp++ = htons((uint16_t)((e1b & 0xff) << 8) | TCPOPT_NOP); in tcp_add_accecn_option()678 *(uint16_t *)lp++ = htons((uint16_t)((e0b & 0xff) << 8) | TCPOPT_NOP); in tcp_add_accecn_option()702 *lp++ = htonl(((e0b & 0xffffff) << 8) | TCPOPT_NOP); in tcp_add_accecn_option()706 *lp++ = htonl(((e1b & 0xffffff) << 8) | TCPOPT_NOP); in tcp_add_accecn_option()746 *optp++ = TCPOPT_NOP; in tcp_addoptions()762 *optp++ = TCPOPT_NOP; in tcp_addoptions()775 *optp++ = TCPOPT_NOP; in tcp_addoptions()787 *optp++ = TCPOPT_NOP; in tcp_addoptions()812 *optp++ = TCPOPT_NOP; in tcp_addoptions()2141 TCPOPT_NOP << 24 | in tcp_output()[all …]
6401 if (opt == TCPOPT_NOP) { in tcp_dooptions()
165 if (*tcpopt_ptr == TCPOPT_NOP) { in pf_osfp_fingerprint_hdr()
2804 case TCPOPT_NOP: in pf_normalize_tcp_init()2906 case TCPOPT_NOP: in pf_normalize_tcp_stateful()3280 if (opt == TCPOPT_NOP) { in pf_normalize_tcpopt()
2613 case TCPOPT_NOP: in pf_modulate_sack()4257 case TCPOPT_NOP: in pf_get_wscale()4301 case TCPOPT_NOP: in pf_get_mss()
72 case TCPOPT_NOP: in flow_track_tcp_get_wscale()