Home
last modified time | relevance | path

Searched refs:should_log_th_flags (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.81.5/bsd/netinet/
H A Dtcp_log.c832 should_log_th_flags(uint8_t thflags, struct tcpcb *tp, bool outgoing, struct ifnet *ifp) in should_log_th_flags() function
882 if (should_log_th_flags(thflags, tp, outgoing, ifp) == false) { in tcp_log_th_flags()
954 if (should_log_th_flags(thflags, NULL, outgoing, ifp) == false) { in tcp_log_drop_pkt()