Home
last modified time | relevance | path

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

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