Searched refs:tcp_log_drop_pcb (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/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… 198 tcp_log_drop_pcb((hdr), (th), (tp), (outgoing), "NECP") 201 tcp_log_drop_pcb((hdr), (th), (tp), (outgoing), reason)
|
| H A D | tcp_log.c | 753 tcp_log_drop_pcb(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, const char *reason) in tcp_log_drop_pcb() function
|