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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c5463 ipsec_check_ipsecin_policy_reasm(mblk_t *attr_mp, ipsec_policy_t *pol, argument
5466 /* Assume attr_mp is a chain of b_next-linked ip_recv_attr mblk. */
5472 while (attr_mp != NULL) {
5473 ASSERT(ip_recv_attr_is_mblk(attr_mp));
5474 next = attr_mp->b_next;
5475 attr_mp->b_next = NULL; /* No tripping asserts. */
5477 data_mp = attr_mp->b_cont;
5478 attr_mp->b_cont = NULL;
5479 if (!ip_recv_attr_from_mblk(attr_mp, &iras)) {
5506 attr_mp
[all...]

Completed in 58 milliseconds