Searched refs:ipsec4_tunnel_validate (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.h357 extern int ipsec4_tunnel_validate(struct mbuf *, int, u_int, struct secasvar *, sa_family_t *);
H A Dah_input.c428 if (ipsec4_tunnel_validate(m, off + stripsiz, nxt, sav, &ifamily)) {
H A Desp_input.c467 if (ipsec4_tunnel_validate(m, off + esplen + ivlen, nxt, sav, &ifamily)) {
H A Dipsec.c3929 ipsec4_tunnel_validate(m, off, nxt0, sav, ifamily) function
3948 panic("too short mbuf on ipsec4_tunnel_validate");
4105 * in ipsec4_tunnel_validate.

Completed in 66 milliseconds