Searched refs:utun_pkt_crypto_output (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto.h349 utun_pkt_crypto_output(struct utun_pcb *pcb, mbuf_t *m);
H A Dif_utun.c617 if (utun_pkt_crypto_output(pcb, &data) == 0) {
830 if (utun_pkt_crypto_output(pcb, &m) == 0) {
833 printf("%s: utun_pkt_crypto_output failed, flags %x\n", __FUNCTION__, pcb->utun_flags);
H A Dif_utun_crypto.c518 utun_pkt_crypto_output (struct utun_pcb *pcb, mbuf_t *m) function

Completed in 23 milliseconds