Searched refs:thflags (Results 1 – 2 of 2) sorted by relevance
687 uint8_t thflags; in tcp_log_pkt_addresses() local690 thflags = th->th_flags; in tcp_log_pkt_addresses()837 thflags & TH_SYN ? "SYN " : "", \838 thflags & TH_FIN ? "FIN " : "", \839 thflags & TH_RST ? "RST " : "", \840 thflags & TH_ACK ? "ACK " : ""885 uint8_t thflags; in tcp_log_th_flags() local891 thflags = th->th_flags; in tcp_log_th_flags()893 if (should_log_th_flags(thflags, tp, outgoing, ifp) == false) { in tcp_log_th_flags()954 uint8_t thflags; in tcp_log_drop_pkt() local[all …]
2025 int thflags; in tcp_input() local2223 thflags = th->th_flags; in tcp_input()2339 if ((thflags & TH_SYN) && !(thflags & TH_ACK) && in tcp_input()3961 thflags &= ~TH_SYN; in tcp_input()4048 thflags &= ~TH_FIN; in tcp_input()4321 thflags &= ~TH_SYN; in tcp_input()4326 thflags &= ~TH_URG; in tcp_input()4342 thflags &= ~TH_FIN; in tcp_input()4396 thflags &= ~TH_URG; in tcp_input()4540 thflags &= ~TH_SYN; in tcp_input()[all …]