Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Dtcp_log.h91 extern void tcp_log_drop_pcb(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, const c…
176 tcp_log_drop_pcb((hdr), (th), (tp), (outgoing), "NECP")
179 tcp_log_drop_pcb((hdr), (th), (tp), (outgoing), reason)
H A Dtcp_log.c735 tcp_log_drop_pcb(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, const char *reason) in tcp_log_drop_pcb() function