TH_SYN 1225 net/pf.c if (f & TH_SYN) TH_SYN 3212 net/pf.c if (th->th_flags & TH_SYN) TH_SYN 3302 net/pf.c if ((th->th_flags & (TH_SYN|TH_ACK)) == TH_SYN 3303 net/pf.c TH_SYN && r->keep_state == PF_STATE_MODULATE) { TH_SYN 3313 net/pf.c if (th->th_flags & TH_SYN) { TH_SYN 3459 net/pf.c (th->th_flags & (TH_SYN|TH_ACK)) == TH_SYN && TH_SYN 3483 net/pf.c TH_SYN|TH_ACK, 0, s->src.mss, 0, 1, 0, NULL, NULL); TH_SYN 3617 net/pf.c if (th->th_flags & TH_SYN) { TH_SYN 3625 net/pf.c TH_SYN|TH_ACK, 0, (*state)->src.mss, 0, 1, TH_SYN 3652 net/pf.c if (((th->th_flags & (TH_SYN|TH_ACK)) != TH_ACK) || TH_SYN 3663 net/pf.c (*state)->dst.seqhi, 0, TH_SYN, 0, TH_SYN 3667 net/pf.c } else if (((th->th_flags & (TH_SYN|TH_ACK)) != TH_SYN 3668 net/pf.c (TH_SYN|TH_ACK)) || TH_SYN 3701 net/pf.c if (src->wscale && dst->wscale && !(th->th_flags & TH_SYN)) { TH_SYN 3739 net/pf.c if (th->th_flags & TH_SYN) { TH_SYN 3788 net/pf.c if (th->th_flags & TH_SYN) TH_SYN 3866 net/pf.c if (th->th_flags & TH_SYN) TH_SYN 1275 net/pf_norm.c if (flags & TH_SYN) { TH_SYN 1372 net/pf_norm.c if ((th->th_flags & TH_SYN) == 0) TH_SYN 1712 net/pf_norm.c || pd->p_len > 0 || (th->th_flags & TH_SYN)) && TH_SYN 125 net/pf_osfp.c if ((tcp->th_flags & (TH_SYN|TH_ACK)) != TH_SYN) TH_SYN 199 net/slcompress.c if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK) TH_SYN 72 netinet/tcp_fsm.h TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK, TH_SYN 575 netinet/tcp_input.c (th->th_flags & TH_SYN) == 0) { TH_SYN 648 netinet/tcp_input.c if ((tiflags & TH_SYN) == 0) TH_SYN 707 netinet/tcp_input.c if ((tiflags & (TH_RST|TH_ACK|TH_SYN)) != TH_SYN) { TH_SYN 710 netinet/tcp_input.c } else if ((tiflags & (TH_ACK|TH_SYN)) == TH_SYN 711 netinet/tcp_input.c (TH_ACK|TH_SYN)) { TH_SYN 979 netinet/tcp_input.c (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ECE|TH_CWR|TH_ACK)) == TH_ACK && TH_SYN 981 netinet/tcp_input.c (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) == TH_ACK && TH_SYN 1139 netinet/tcp_input.c if (tiflags & TH_SYN) { TH_SYN 1176 netinet/tcp_input.c if ((tiflags & TH_SYN) == 0) TH_SYN 1278 netinet/tcp_input.c if (((tiflags & (TH_SYN|TH_ACK)) == TH_SYN) && TH_SYN 1332 netinet/tcp_input.c if (tiflags & TH_SYN) { TH_SYN 1333 netinet/tcp_input.c tiflags &= ~TH_SYN; TH_SYN 1418 netinet/tcp_input.c ((tiflags & (TH_SYN|TH_FIN)) != 0))) TH_SYN 1473 netinet/tcp_input.c if (tiflags & TH_SYN) TH_SYN 2213 netinet/tcp_input.c if (tiflags & TH_SYN) TH_SYN 2281 netinet/tcp_input.c if (!(th->th_flags & TH_SYN)) TH_SYN 2293 netinet/tcp_input.c if (!(th->th_flags & TH_SYN)) TH_SYN 2310 netinet/tcp_input.c if (!(th->th_flags & TH_SYN)) TH_SYN 2327 netinet/tcp_input.c if (!(th->th_flags & TH_SYN)) TH_SYN 4232 netinet/tcp_input.c th->th_flags = TH_SYN|TH_ACK; TH_SYN 456 netinet/tcp_output.c if (flags & (TH_SYN|TH_RST)) TH_SYN 543 netinet/tcp_output.c if (flags & TH_SYN) { TH_SYN 591 netinet/tcp_output.c ((flags & (TH_SYN|TH_ACK)) == TH_SYN || TH_SYN 745 netinet/tcp_output.c else if (flags & (TH_SYN|TH_FIN|TH_RST)) TH_SYN 802 netinet/tcp_output.c if (len || (flags & (TH_SYN|TH_FIN)) || TCP_TIMER_ISARMED(tp, TCPT_PERSIST)) TH_SYN 846 netinet/tcp_output.c if ((flags & (TH_SYN|TH_ACK)) == TH_SYN) TH_SYN 849 netinet/tcp_output.c (flags & (TH_SYN|TH_ACK)) == (TH_SYN|TH_ACK)) TH_SYN 974 netinet/tcp_output.c if (flags & (TH_SYN|TH_FIN)) { TH_SYN 975 netinet/tcp_output.c if (flags & TH_SYN)