Searched refs:tcp_log_drop_pcb (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_log.h | 98 extern void tcp_log_drop_pcb(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, const c… 218 tcp_log_drop_pcb((hdr), (th), (tp), (outgoing), "NECP") 221 tcp_log_drop_pcb((hdr), (th), (tp), (outgoing), reason)
|
| H A D | tcp_log.c | 757 tcp_log_drop_pcb(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, const char *reason) in tcp_log_drop_pcb() function
|