Home
last modified time | relevance | path

Searched refs:tunneled (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Dipsec.h311 int tunneled; member
H A Dip6_forward.c374 if (state.tunneled == 4) { in ip6_forward()
H A Dipsec.c2625 state->tunneled = 6; in ipsec6_update_routecache_and_output()
3285 state->tunneled = 4; in ipsec4_output_internal()
3812 state->tunneled = 4; /* must not process any further in ip6_output */ in ipsec6_output_tunnel_internal()
3964 state->tunneled = 6; in ipsec6_output_tunnel_internal()
H A Dip6_output.c1080 if (ipsec_state.tunneled == 4) { in ip6_output_list()
/xnu-8019.80.24/bsd/netinet/
H A Dip_output.c1357 if (ipsec_state.tunneled == 6) { in ip_output_list()
1371 (!(flags & IP_ROUTETOIF) || ipsec_state.tunneled)) { in ip_output_list()
1381 if (ipsec_state.tunneled) { in ip_output_list()
/xnu-8019.80.24/bsd/net/
H A Dif_ipsec.c716 if (error == 0 && ipsec_state.tunneled == 6) { in ipsec_encrypt_mbuf()
749 if (error == 0 && ipsec_state.tunneled == 4) { in ipsec_encrypt_mbuf()
3765 if (error == 0 && ipsec_state.tunneled == 6) { in ipsec_output()
3850 if (error == 0 && ipsec_state.tunneled == 4) { /* tunneled in IPv4 - packet is gone */ in ipsec_output()