Lines Matching defs:primary
2875 * SAs can be "inbound", "outbound", or "both". The "primary" and "secondary"
2891 keysock_in_t *ksi, isaf_t *primary, isaf_t *secondary,
3548 * inbound. We map "primary" and "secondary" into outbound and inbound
3551 * "primary" bucket is the outbound one.
3554 /* primary == outbound */
3555 mutex_enter(&primary->isaf_lock);
3558 /* primary == inbound */
3560 mutex_enter(&primary->isaf_lock);
3575 ASSERT(newbie->ipsa_linklock == &primary->isaf_lock ||
3581 error = sadb_insertassoc(newbie, primary);
3605 ASSERT(primary != secondary);
3630 mutex_exit(&primary->isaf_lock);
6638 * For sctp conn_faddr is the primary address, hence this is of limited