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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_logging.c61 * This function increments the appropriate inbound/outbound counters for
66 boolean_t outbound, int msg_size)
71 if (outbound)
77 if (outbound)
83 if (outbound)
89 if (outbound)
95 if (outbound)
101 if (outbound)
107 if (outbound)
113 if (outbound)
65 sip_measure_traffic(boolean_t is_request, sip_method_t method, int resp_code, boolean_t outbound, int msg_size) argument
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h388 kiconv_t outbound; member in struct:charset_cache
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c800 * if the inbound or outbound table should be the primary
806 secondary = sq.outbound;
812 primary = sq.outbound;
830 * in that it can be used for inbound traffic and outbound
832 * SA (which allows me to receive the outbound traffic).
837 secondary = sq.outbound;
852 primary = sq.outbound;
1615 "can't find peer for outbound.\n"));
1714 "can't find peer for outbound.\n"));
1900 isaf_t *outbound, *inboun local
2392 ah_fix_phdr_v6(ip6_t *ip6h, ip6_t *oip6h, boolean_t outbound, boolean_t copy_always) argument
3051 ah_process_ip_options_v6(mblk_t *mp, ipsa_t *assoc, int *length_to_skip, uint_t ah_data_sz, boolean_t outbound, ipsecah_stack_t *ahstack) argument
3167 ah_process_ip_options_v4(mblk_t *mp, ipsa_t *assoc, int *length_to_skip, uint_t ah_data_sz, boolean_t outbound, ipsecah_stack_t *ahstack) argument
[all...]
H A Dipsecesp.c712 "can't find peer for outbound.\n"));
1107 "can't find peer for outbound.\n"));
1365 isaf_t *outbound, *inbound; local
1401 outbound = OUTBOUND_BUCKET_V6(&espstack->esp_sadb.s_v6,
1407 outbound = OUTBOUND_BUCKET_V4(&espstack->esp_sadb.s_v4,
1413 mutex_enter(&outbound->isaf_lock);
1420 * Try outbound first. Even though SADB_GETSPI is traditionally
1423 target = ipsec_getassocbyspi(outbound, newbie->ipsa_spi,
1433 * (Nor will I because I'm still holding inbound/outbound locks.)
1452 * Can exit outbound mute
[all...]
H A Dsadb.c652 * Dump an entire SADB; outbound first, then inbound.
667 /* Dump outbound */
887 * into inbound and outbound tables respectively. This function should only
2361 sq->outbound = &sq->sp->sdb_of[sq->outhash];
2364 sq->outbound = NULL;
2445 * the correct bucket in the outbound table.
2478 * The isaf_t *, which is passed in , is always an outbound bucket,
2479 * and we are preserving the outbound-then-inbound hash-bucket lock
2481 * only on the outbound fanout, and the corresponding inbound bucket
2572 * deadlock, always lock the outbound bucke
4267 sadb_update_lifetimes(ipsa_t *assoc, sadb_lifetime_t *hard, sadb_lifetime_t *soft, sadb_lifetime_t *idle, boolean_t outbound) argument
7591 age_pair_peer_list(templist_t *haspeerlist, sadb_t *sp, boolean_t outbound) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h486 * ACQUIRE record. If AH/ESP/whatever cannot find an association for outbound
556 * Keep outbound assocs in a simple hash table for now.
622 * inner and outer) for outbound datagrams that require unique SAs.
699 isaf_t *inbound, *outbound; member in struct:ipsa_query_s
712 #define IPSA_Q_OUTBOUND 0x00000080 /* fill in outbound isaf_t */
723 /* SA retrieval (inbound and outbound) */

Completed in 69 milliseconds