Lines Matching defs:inbound

800 	 * if the inbound or outbound table should be the primary
805 primary = sq.inbound;
813 secondary = sq.inbound;
830 * in that it can be used for inbound traffic and outbound
836 primary = sq.inbound;
853 secondary = sq.inbound;
913 mutex_enter(&sq.inbound->isaf_lock);
914 larval = ipsec_getassocbyspi(sq.inbound, sq.assoc->sadb_sa_spi,
916 mutex_exit(&sq.inbound->isaf_lock);
1256 * First-cut reality check for an inbound PF_KEY message.
1548 ah_set_usetime(ipsa_t *assoc, boolean_t inbound)
1582 if (inbound) {
1600 "can't find peer for inbound.\n"));
1631 if (inbound) {
1647 ah_age_bytes(ipsa_t *assoc, uint64_t bytes, boolean_t inbound)
1667 * expire message on one of the peers, we'll pick the inbound
1682 if (inbound) {
1699 "can't find peer for inbound.\n"));
1729 if (inbound) {
1900 isaf_t *outbound, *inbound;
1938 inbound = INBOUND_BUCKET(&ahstack->ah_sadb.s_v6,
1943 inbound = INBOUND_BUCKET(&ahstack->ah_sadb.s_v4,
1948 mutex_enter(&inbound->isaf_lock);
1955 * for inbound SAs, you never know what a user might do.
1960 target = ipsec_getassocbyspi(inbound, newbie->ipsa_spi,
1967 * (Nor will I because I'm still holding inbound/outbound locks.)
1979 rc = sadb_insertassoc(newbie, inbound);
1985 * Can exit outbound mutex. Hold inbound until we're done with
1991 mutex_exit(&inbound->isaf_lock);
2010 mutex_exit(&inbound->isaf_lock);
2502 * If this is an inbound packet, just deal with
2628 * Called upon failing the inbound ICV check. The message passed as
2748 * crypto requests for inbound packets.
2813 * Invoked on kernel crypto failure during inbound and outbound processing.
2822 is_inbound ? "inbound" : "outbound", kef_rc));
2834 * Helper macros for the ah_submit_req_{inbound,outbound}() functions.
2862 * Submit an inbound packet for processing by the crypto framework.
3047 * and options if any. This is called for both outbound and inbound,
3115 * inbound case below.
3163 * and options if any. This is called for both outbound and inbound,
3240 * inbound case below.
3339 * Don't change ipha_dst for an inbound datagram as it points
3621 * Invoked after processing of an inbound packet by the
3982 * during SA inbound selection.