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

123

/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c582 if ((tcp->th_flags & TH_RST) == 0) {
586 tcp->th_flags | TH_RST);
637 if ( (tcp->th_flags & TH_RST) == 0) {
641 tcp->th_flags | TH_RST);
1032 args->f_id._flags = TCP(ulp)->th_flags;
1204 args->f_id._flags = TCP(ulp)->th_flags;
1711 flags_match(cmd, TCP(ulp)->th_flags));
1755 (TCP(ulp)->th_flags &
H A Dip_fw_dynamic.c897 th->th_flags = TH_RST;
902 th->th_flags = TH_RST | TH_ACK;
910 th->th_flags = TH_ACK;
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_rcmd_pxy.c278 tcp2->th_flags = TH_SYN;
H A Dip_state.c1569 if (tcp->th_flags & TH_RST) {
1602 ((tcp->th_flags & TH_SYN) ? 1 : 0) +
1603 ((tcp->th_flags & TH_FIN) ? 1 : 0);
1610 if ((tcp->th_flags & ~(TH_FIN|TH_ACK|TH_ECNALL)) ==
1623 if ((tcp->th_flags & TH_OPENING) == TH_SYN)
2018 if ((tcp->th_flags & TH_OPENING) == TH_SYN) {
2061 flags = tcp->th_flags & ~(TH_FIN|TH_ECNALL);
2161 tcpflags = tcp->th_flags;
2367 ((tcp->th_flags & TH_SYN) ? 1 : 0) +
2368 ((tcp->th_flags
[all...]
H A Dip_ftp_pxy.c573 tcp2->th_flags = TH_SYN;
927 tcp2->th_flags = TH_SYN;
1321 mlen, tcp->th_flags);
1323 if ((mlen == 0) && ((tcp->th_flags & TH_OPENING) == TH_OPENING)) {
1364 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff,
1438 if (tcp->th_flags & TH_FIN) {
1609 if (tcp->th_flags & TH_FIN)
H A Dip_pptp_pxy.c539 if ((tcp->th_flags & TH_OPENING) == TH_OPENING) {
H A Dip_rpcb_pxy.c1181 tcp.th_flags = TH_SYN;
/freebsd-10.0-release/sys/dev/sfxge/
H A Dsfxge_rx.c433 c_th->th_flags |= (th->th_flags & TH_PUSH);
495 | (th->th_flags & (TH_URG | TH_SYN | TH_RST | TH_FIN)));
542 if (th->th_flags & (TH_FIN | TH_RST)) {
H A Dsfxge_tx.c827 KASSERT(!(tso_tcph(tso)->th_flags & (TH_URG | TH_SYN | TH_RST)),
943 tsoh_th->th_flags &= ~(TH_FIN | TH_PUSH);
/freebsd-10.0-release/sys/netgraph/
H A Dng_tcpmss.c328 if (!(tcp->th_flags & TH_SYN) || tcphlen == sizeof(struct tcphdr))
/freebsd-10.0-release/sys/netinet/
H A Dtcp_reass.c348 flags = q->tqe_th->th_flags & TH_FIN;
H A Dtcp_input.c758 thflags = th->th_flags;
1479 thflags = th->th_flags;
2933 thflags = th->th_flags & TH_FIN;
3152 if ((th->th_flags & TH_RST) || m->m_flags & (M_BCAST|M_MCAST))
3182 if (th->th_flags & TH_ACK) {
3186 if (th->th_flags & TH_SYN)
H A Dtcp_lro.c451 if ((th->th_flags & ~(TH_ACK | TH_PUSH)) != 0)
H A Dtcp_output.c1021 th->th_flags = flags;
1061 th->th_flags |= TH_URG;
H A Dtcp_subr.c505 th->th_flags = 0;
677 nth->th_flags = flags;
2381 sprintf(sp, " tcpflags 0x%b", th->th_flags, PRINT_TH_FLAGS);
/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Dip.c282 if ((t2->th_flags == TH_SYN) && !ntohs(ip->ip_off) &&
/freebsd-10.0-release/sys/net/
H A Dif_spppfr.c340 ip->ip_p == IPPROTO_TCP && ! tcp->th_flags))
H A Dflowtable.c533 (th->th_flags & (TH_RST|TH_FIN)))
681 (TCP(ulp)->th_flags & (TH_RST|TH_FIN)))
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-tcp.c259 flags = tp->th_flags;
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_osfp.c96 if ((tcp->th_flags & (TH_SYN|TH_ACK)) != TH_SYN)
/freebsd-10.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c401 th->th_flags = TH_SYN;
676 th->th_flags = TH_ACK;
/freebsd-10.0-release/sys/netgraph/netflow/
H A Dnetflow.c728 tcp_flags = tcp->th_flags;
842 tcp_flags = tcp->th_flags;
/freebsd-10.0-release/contrib/ipfilter/iplang/
H A Diplang_y.y1124 tcp->th_flags = strtol(*arg, NULL, 0);
1127 tcp->th_flags |= flagv[t - flags];
/freebsd-10.0-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c1014 if (V_tcp_do_ecn && th->th_flags & (TH_ECE | TH_CWR))
1465 th->th_flags = TH_ACK;
/freebsd-10.0-release/sys/dev/qlxgbe/
H A Dql_isr.c274 th->th_flags |= TH_PUSH;

Completed in 156 milliseconds

123