Searched refs:fin_tcpf (Results 1 – 4 of 4) sorted by relevance
549 if ((fin->fin_tcpf & TH_RST) != 0)
1069 fin->fin_tcpf = tcp->th_flags;1649 ft->ftu_tcpf != (fin->fin_tcpf & ft->ftu_tcpfm)) {1650 FR_DEBUG(("f. %#x & %#x != %#x\n", fin->fin_tcpf,
1132 if ((fin->fin_flx & FI_OOW) && !(fin->fin_tcpf & TH_SYN))
375 u_char fin_tcpf; /* TCP header flags (SYN, ACK, etc) */ member