Searched refs:TH_SYN (Results 26 - 50 of 58) sorted by relevance

123

/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_rcmd_pxy.c266 tcp2->th_flags = TH_SYN;
H A Dip_state.h134 #define TH_OPENING (TH_SYN|TH_ACK)
H A Dip_rpcb_pxy.c1130 tcp.th_flags = TH_SYN;
H A Dip_ftp_pxy.c546 tcp2->th_flags = TH_SYN;
876 tcp2->th_flags = TH_SYN;
H A Dip_fil_freebsd.c351 ((tcp->th_flags & TH_SYN) ? 1 : 0) +
/freebsd-current/sbin/ipf/ipsend/
H A Dipsend.c368 tcp->th_flags |= TH_SYN;
H A Dip.c264 if ((t2->th_flags == TH_SYN) && !ntohs(ip->ip_off) &&
/freebsd-current/sys/netgraph/
H A Dng_tcpmss.c333 if (!(tcp->th_flags & TH_SYN) || tcphlen == sizeof(struct tcphdr))
/freebsd-current/sys/netpfil/pf/
H A Dpf.c2483 if (f & TH_SYN)
3275 if (th->th_flags & TH_SYN)
4916 if ((th->th_flags & (TH_SYN|TH_ACK)) == TH_SYN &&
4927 if (th->th_flags & TH_SYN) {
5036 if (pd->proto == IPPROTO_TCP && (th->th_flags & (TH_SYN|TH_ACK)) ==
5037 TH_SYN && r->keep_state == PF_STATE_SYNPROXY) {
5065 TH_SYN|TH_ACK, 0, s->src.mss, 0, true, 0, 0,
5266 if (src->wscale && dst->wscale && !(th->th_flags & TH_SYN)) {
5305 if (th->th_flags & TH_SYN) {
[all...]
H A Dpf_norm.c1453 if (flags & TH_SYN) {
1547 if ((th->th_flags & TH_SYN) == 0)
1909 || pd->p_len > 0 || (th->th_flags & TH_SYN)) &&
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw2.c665 dir = ((flags & (TH_SYN | TH_RST)) == TH_SYN);
724 if (flags & TH_SYN)
2468 (args->f_id._flags & TH_SYN) != 0 &&
2515 (TH_RST | TH_ACK | TH_SYN)) != TH_SYN);
H A Dip_fw_dynamic.c921 #define BOTH_SYN (TH_SYN | (TH_SYN << 8))
938 th_flags = pkt->_flags & (TH_FIN | TH_SYN | TH_RST);
941 case TH_SYN: /* opening */
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_tx.c862 KASSERT(!(th->th_flags & (TH_URG | TH_SYN)),
864 th->th_flags & (TH_URG | TH_SYN)));
1120 KASSERT(!(th->th_flags & (TH_URG | TH_SYN)),
1122 th->th_flags & (TH_URG | TH_SYN)));
H A Dsfxge_rx.c548 | (th->th_flags & (TH_URG | TH_SYN | TH_RST | TH_FIN)));
/freebsd-current/sys/net/
H A Dslcompress.c173 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK)
/freebsd-current/sbin/ipf/libipf/
H A Dipft_tx.c24 static u_char myflags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH,
/freebsd-current/usr.sbin/ppp/
H A Dslcompress.c182 if ((th->th_flags & (TH_SYN | TH_FIN | TH_RST | TH_ACK)) != TH_ACK) {
H A Dip.c375 syn = (th->th_flags & TH_SYN);
844 if ((th->th_flags & TH_SYN) && nb > 40) {
/freebsd-current/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c584 if (thflags & TH_SYN) {
585 thflags &= ~TH_SYN;
H A Drack.c9011 if (th_flags & (TH_SYN | TH_FIN)) {
9018 if ((th_flags & TH_SYN) && (seq_out == tp->iss))
9069 if (th_flags & TH_SYN) {
13564 if (!(thflags & TH_SYN)) {
13652 thflags &= ~TH_SYN;
13777 if ((thflags & (TH_SYN | TH_ACK)) == (TH_SYN | TH_ACK)) {
13781 } else if (thflags & TH_SYN) {
13838 ((thflags & (TH_SYN | TH_FIN)) != 0))) {
13988 __predict_true((thflags & (TH_SYN | TH_FI
[all...]
/freebsd-current/sbin/ipfw/
H A Dipfw2.c123 { "syn", TH_SYN },
1267 if (list == f_tcpflags && set == TH_SYN && clear == TH_ACK) {
2467 #define BOTH_SYN (TH_SYN | (TH_SYN << 8))
2477 if (d->state & TH_SYN)
2479 if (d->state & (TH_SYN << 8))
4977 (TH_SYN) | ( (TH_ACK) & 0xff) <<8 );
/freebsd-current/sys/dev/irdma/
H A Dirdma_cm.c405 tcph->th_flags |= TH_SYN;
592 tcph->th_flags |= TH_SYN;
799 (u32)tcph->th_flags & TH_SYN);
2772 } else if (tcph->th_flags & TH_SYN) {
3070 if (!(tcph->th_flags & TH_SYN) || tcph->th_flags & TH_ACK)
/freebsd-current/sys/netinet/libalias/
H A Dalias.c197 else if (th_flags & TH_SYN)
214 else if (th_flags & TH_SYN)
/freebsd-current/sys/netinet/
H A Dtcp_lro.c1348 if (__predict_false(tcp_get_flags(th) & TH_SYN))
/freebsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c1216 tcp->th_flags = TH_SYN;

Completed in 473 milliseconds

123