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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.h353 extern struct mbuf * ipsec6_splithdr(struct mbuf *);
H A Dipsec.c3572 state->m = ipsec6_splithdr(state->m);
3784 state->m = ipsec6_splithdr(state->m);
3891 ipsec6_splithdr(m) function
3899 panic("ipsec6_splithdr: first mbuf too short");
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.c829 new = ipsec6_splithdr(*pkt);
831 printf("%s: ipsec6_splithdr(1) failed\n", __FUNCTION__);
897 new = ipsec6_splithdr(*pkt);
899 printf("%s: ipsec6_splithdr failed\n", __FUNCTION__);

Completed in 26 milliseconds