Home
last modified time | relevance | path

Searched refs:outgoing_if (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/netinet6/
H A Dipsec.h100 ifnet_t outgoing_if; /* Outgoing interface for encrypted traffic */ member
325 u_int outgoing_if; member
H A Dipsec.c2573 rtalloc_scoped((struct route *)ro6, sav->sah->outgoing_if); in ipsec6_update_routecache_and_output()
2662 if (state->outgoing_if) { in ipsec6_update_routecache_and_output()
2663 ip6oa.ip6oa_boundif = state->outgoing_if; in ipsec6_update_routecache_and_output()
2665 ip6_output_setsrcifscope(state->m, state->outgoing_if, NULL); in ipsec6_update_routecache_and_output()
3188 state->outgoing_if = sav->sah->outgoing_if; in ipsec4_output_internal()
3241 rtalloc_scoped(ro4, sav->sah->outgoing_if); in ipsec4_output_internal()
3826 state->outgoing_if = sav->sah->outgoing_if; in ipsec6_output_trans_internal()
4050 state->outgoing_if = sav->sah->outgoing_if; in ipsec6_output_tunnel_internal()
4210 rtalloc_scoped((struct route *)ro6, sav->sah->outgoing_if); in ipsec6_output_tunnel_internal()
5249 if (sav->sah->outgoing_if) { in ipsec_send_natt_keepalive()
[all …]
/xnu-11215/bsd/netkey/
H A Dkeydb.h63 u_int outgoing_if; member
H A Dkey.c1747 if (sp->outgoing_if) { in key_delsp()
1749 sp->outgoing_if = NULL; in key_delsp()
2348 char *outgoing_if = NULL; in key_spdadd() local
2619 if (outgoing_if != NULL) { in key_spdadd()
2621 &newsp->outgoing_if); in key_spdadd()
3767 u_int outgoing_if, in key_newsah() argument
3809 newsah->outgoing_if = outgoing_if; in key_newsah()
5095 ifnet_t outgoing_if, in key_setsadbipsecif() argument
5121 if (outgoing_if && outgoing_if->if_xname) { in key_setsadbipsecif()
6497 if (outgoing_if != NULL) { in key_get_outgoing_ifindex_from_message()
[all …]
/xnu-11215/bsd/net/
H A Dif_ipsec.c3731 if (ipsec_state.outgoing_if) { in ipsec_output()
3732 ipoa.ipoa_boundif = ipsec_state.outgoing_if; in ipsec_output()
3813 if (ipsec_state.outgoing_if) { in ipsec_output()
3814 ip6oa.ip6oa_boundif = ipsec_state.outgoing_if; in ipsec_output()
3816 ip6_output_setsrcifscope(data, ipsec_state.outgoing_if, NULL); in ipsec_output()
3817 ip6_output_setdstifscope(data, ipsec_state.outgoing_if, NULL); in ipsec_output()