Home
last modified time | relevance | path

Searched refs:itpfe_fraglist (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ip/
H A Dspd.c6463 fep->itpfe_fraglist = NULL; in ipsec_fragcache_add()
6477 for (nmp = fep->itpfe_fraglist; nmp; nmp = nmp->b_next) { in ipsec_fragcache_add()
6670 fep->itpfe_fraglist = mp; in ipsec_fragcache_add()
6701 for (mp = fep->itpfe_fraglist; mp; mp = mp->b_next) { in ipsec_fragcache_add()
6786 mp = fep->itpfe_fraglist; in ipsec_fragcache_add()
6787 fep->itpfe_fraglist = NULL; in ipsec_fragcache_add()
6875 if (fep->itpfe_fraglist != NULL) { in fragcache_delentry()
6876 ip_drop_packet_chain(fep->itpfe_fraglist, in fragcache_delentry()
6877 ip_recv_attr_is_mblk(fep->itpfe_fraglist), NULL, in fragcache_delentry()
6881 fep->itpfe_fraglist = NULL; in fragcache_delentry()
/titanic_41/usr/src/uts/common/inet/
H A Dipsec_impl.h481 mblk_t *itpfe_fraglist; /* list of fragments */ member