Searched defs:ipsec_init_inbound_sel (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c86 /* sel_flags values for ipsec_init_inbound_sel(). */
93 /* Return values for ipsec_init_inbound_sel(). */
97 static selret_t ipsec_init_inbound_sel(ipsec_selector_t *, mblk_t *,
1771 if (ipsec_init_inbound_sel(&sel, data_mp, ipha, ip6h,
1781 if (ipsec_init_inbound_sel(&sel, data_mp, ipha, ip6h, SEL_NONE) ==
2159 if (ipsec_init_inbound_sel(&sel, data_mp, ipha, ip6h,
2166 "ipsec_init_inbound_sel", ipha, ip6h, B_TRUE, ns);
2689 ipsec_init_inbound_sel(ipsec_selector_t *sel, mblk_t *mp, ipha_t *ipha, function
2819 * XXX cut&paste shared with ipsec_init_inbound_sel
5586 * See ipsec_init_inbound_sel() fo
[all...]

Completed in 57 milliseconds