Searched refs:utun_pkt_input (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun.c96 __private_extern__ errno_t utun_pkt_input (struct utun_pcb *pcb, mbuf_t m);
457 return utun_pkt_input((struct utun_pcb *)unitinfo, m);
812 utun_pkt_input (struct utun_pcb *pcb, mbuf_t m) function
H A Dif_utun_crypto_ipsec.c58 extern errno_t utun_pkt_input (struct utun_pcb *pcb, mbuf_t m);
1086 (void)utun_pkt_input(pcb, *pkt);

Completed in 22 milliseconds