Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_log.h94 extern void tcp_log_th_flags(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, struct …
189 tcp_log_th_flags((hdr), (th), (tp), (outgoing), (ifp))
H A Dtcp_log.c872 tcp_log_th_flags(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, struct ifnet *ifp) in tcp_log_th_flags() function