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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipdrop.c252 ip_drop_packet(mblk_t *mp, boolean_t inbound, ill_t *ill, argument
293 if (inbound)
H A Dipsecah.c800 * 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_KE
1548 ah_set_usetime(ipsa_t *assoc, boolean_t inbound) argument
1647 ah_age_bytes(ipsa_t *assoc, uint64_t bytes, boolean_t inbound) argument
1900 isaf_t *outbound, *inbound; local
[all...]
H A Dipsecesp.c648 esp_age_bytes(ipsa_t *assoc, uint64_t bytes, boolean_t inbound) argument
668 * expire message on one of the peers, we'll pick the inbound
679 if (inbound) {
697 "can't find peer for inbound.\n"));
727 if (inbound) {
746 /* Initialize to our inbound cksum adjustment... */
764 /* Adujst if the inbound one was not zero. */
1030 esp2dbg(espstack, ("data_mp after inbound ESP adjustment:\n"));
1044 esp_set_usetime(ipsa_t *assoc, boolean_t inbound) argument
1074 if (inbound) {
1365 isaf_t *outbound, *inbound; local
[all...]
H A Dsadb.c652 * Dump an entire SADB; outbound first, then inbound.
673 /* Dump inbound */
718 boolean_t inbound)
732 if (inbound && cl_inet_deletespi &&
887 * into inbound and outbound tables respectively. This function should only
1932 * Address normalizations and reality checks for inbound PF_KEY messages.
2349 sq->inbound = &sq->sp->sdb_if[sq->inhash];
2352 sq->inbound = NULL;
2479 * and we are preserving the outbound-then-inbound hash-bucket lock
2481 * only on the outbound fanout, and the corresponding inbound bucke
717 sadb_destroyer(isaf_t **tablep, uint_t numentries, boolean_t forever, boolean_t inbound) argument
3969 sadb_idle_activities(ipsa_t *assoc, time_t delta, boolean_t inbound) argument
3993 sadb_age_assoc(isaf_t *head, queue_t *pfkey_q, ipsa_t *assoc, time_t current, int reap_delay, boolean_t inbound) argument
[all...]
H A Dspd.c30 * to apply IPsec policy to inbound and outbound datagrams.
243 ip_drop_packet_chain(mblk_t *mp, boolean_t inbound, ill_t *ill, argument
253 ip_drop_packet(mp, inbound, ill, counter, who_called);
1518 * Check that packet's inbound ports & proto match the selectors
1748 * Takes a latched conn and an inbound packet and returns a unique_id suitable
1888 reason = "inbound AH and ESP identities differ";
1912 "ipsec inbound policy mismatch: %s, packet dropped\n",
2102 * Check with global policy and see whether this inbound
2230 * We check whether an inbound datagram is a valid one
2448 * inbound datagra
6273 boolean_t inbound = (iramp != NULL); local
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_cmd.c260 charset->inbound = kiconv_open("UTF-8", name);
312 * nfscmd_convname(addr, export, name, inbound, size)
315 * If inbound is true, convert from the client character set to UTF-8.
316 * If inbound is false, convert from UTF-8 to the client characters set.
325 int inbound, size_t size)
337 (charset->inbound == NULL && inbound) ||
338 (charset->outbound == NULL && !inbound))
346 if (inbound)
347 ret = kiconv(charset->inbound,
324 nfscmd_convname(struct sockaddr *ca, struct exportinfo *exi, char *name, int inbound, size_t size) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1578 * comes from the HTAG in the inbound IOMB, which would be word
1606 iomb_is_dev_hdl_specific(uint32_t word0, boolean_t inbound) argument
1610 if (inbound) {
1877 mdb_printf("No inbound queue ptr for queue #%d\n",
3104 " -q: Dump inbound queues\n"
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h387 kiconv_t inbound; member in struct:charset_cache
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h271 uint16_t ipsa_inbound_cksum; /* cksum correction for inbound packets */
699 isaf_t *inbound, *outbound; member in struct:ipsa_query_s
711 #define IPSA_Q_INBOUND 0x00000040 /* fill in inbound isaf_t */
723 /* SA retrieval (inbound and outbound) */

Completed in 117 milliseconds