Searched refs:iramp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_attr.c499 mblk_t *iramp; local
505 iramp = allocb(sizeof (*irm), BPRI_MED);
506 if (iramp == NULL)
509 iramp->b_datap->db_type = M_BREAK;
510 iramp->b_wptr += sizeof (*irm);
511 irm = (iramblk_t *)iramp->b_rptr;
568 return (iramp);
583 ip_recv_attr_from_mblk(mblk_t *iramp, ip_recv_attr_t *ira) argument
593 ASSERT(DB_TYPE(iramp) == M_BREAK);
594 ASSERT(iramp
681 ip_recv_attr_free_mblk(mblk_t *iramp) argument
[all...]
H A Dspd.c6251 * The iramp argument is set on inbound; NULL if outbound.
6254 ipsec_fragcache_add(ipsec_fragcache_t *frag, mblk_t *iramp, mblk_t *mp, argument
6273 boolean_t inbound = (iramp != NULL);
6289 (void) ip_recv_attr_free_mblk(iramp);
6318 (void) ip_recv_attr_free_mblk(iramp);
6337 (void) ip_recv_attr_free_mblk(iramp);
6417 (void) ip_recv_attr_free_mblk(iramp);
6432 (void) ip_recv_attr_free_mblk(iramp);
6535 (void) ip_recv_attr_free_mblk(iramp);
6578 (void) ip_recv_attr_free_mblk(iramp);
[all...]

Completed in 1163 milliseconds