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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c281 * ipsl_sel (selector set), so an entry with a NULL ipsp_sel is not
288 if ((ipa->ipsp_sel == NULL) && (ipb->ipsp_sel != NULL))
290 if ((ipb->ipsp_sel == NULL) && (ipa->ipsp_sel != NULL))
296 ASSERT(ipa->ipsp_sel != NULL);
297 ASSERT(ipb->ipsp_sel != NULL);
910 src->ipsp_sel->ipsl_refs++;
915 dst->ipsp_sel = src->ipsp_sel;
[all...]
H A Dsadb.c5557 ipsl = &(pol->ipsp_sel->ipsl_key);
5621 ipsl = &(pol->ipsp_sel->ipsl_key);
H A Dspdsock.c1814 offset = spdsock_encode_sel(base, offset, rule->ipsp_sel);
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h411 ipsec_sel_t *ipsp_sel; /* selector set (shared) */ member in struct:ipsec_policy_s

Completed in 93 milliseconds