Searched refs:tunneled (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.h286 int tunneled; member in struct:ipsec_output_state
H A Dip6_forward.c338 if (state.tunneled == 4)
H A Dipsec.c2047 * in case it is tunneled, it includes the size of outer IP header.
3202 state->tunneled = 4;
3606 state->tunneled = 4; /* must not process any further in ip6_output */
3779 state->tunneled = 6;
4112 * tunnel mode, the kernel never decapsulate the tunneled packet
H A Dip6_output.c876 if (ipsec_state.tunneled == 4) /* tunneled in IPv4 - packet is gone */
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c1197 if (ipsec_state.tunneled) {

Completed in 36 milliseconds