Searched refs:TCPOPT_NOP (Results 1 – 7 of 7) sorted by relevance
127 #define TCPOPT_NOP 1 macro140 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)150 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|(ccopt)<<8|TCPOLEN_CC)167 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_SACK_PERMITTED<<8|TCPOLEN_SACK_PERMITTED)168 #define TCPOPT_SACK_HDR (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_SACK<<8)
633 (TCPOPT_NOP << 8) | TCPOPT_NOP); in tcp_add_accecn_option()642 *lp++ = htonl(((e1b & 0xff) << 24) | (TCPOPT_NOP << 16) | (TCPOPT_NOP << 8) | TCPOPT_NOP); in tcp_add_accecn_option()645 *lp++ = htonl(((e0b & 0xff) << 24) | (TCPOPT_NOP << 16) | (TCPOPT_NOP << 8) | TCPOPT_NOP); in tcp_add_accecn_option()669 *lp++ = htonl(((e0b & 0xffffff) << 8) | TCPOPT_NOP); in tcp_add_accecn_option()673 *lp++ = htonl(((e1b & 0xffffff) << 8) | TCPOPT_NOP); in tcp_add_accecn_option()1841 TCPOPT_NOP << 24 | in tcp_output()1976 *bp++ = TCPOPT_NOP; in tcp_output()
6142 if (opt == TCPOPT_NOP) { in tcp_dooptions()
165 if (*tcpopt_ptr == TCPOPT_NOP) { in pf_osfp_fingerprint_hdr()
2801 case TCPOPT_NOP: in pf_normalize_tcp_init()2903 case TCPOPT_NOP: in pf_normalize_tcp_stateful()3277 if (opt == TCPOPT_NOP) { in pf_normalize_tcpopt()
2610 case TCPOPT_NOP: in pf_modulate_sack()4254 case TCPOPT_NOP: in pf_get_wscale()4298 case TCPOPT_NOP: in pf_get_mss()
72 case TCPOPT_NOP: in flow_track_tcp_get_wscale()