Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_log.h95 extern void tcp_log_th_flags(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, struct …
205 tcp_log_th_flags((hdr), (th), (tp), (outgoing), (ifp))
H A Dtcp_log.c877 tcp_log_th_flags(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, struct ifnet *ifp) in tcp_log_th_flags() function