Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dspd.c6462 fep->itpfe_fraglist = NULL; in ipsec_fragcache_add()
6476 for (nmp = fep->itpfe_fraglist; nmp; nmp = nmp->b_next) { in ipsec_fragcache_add()
6669 fep->itpfe_fraglist = mp; in ipsec_fragcache_add()
6700 for (mp = fep->itpfe_fraglist; mp; mp = mp->b_next) { in ipsec_fragcache_add()
6785 mp = fep->itpfe_fraglist; in ipsec_fragcache_add()
6786 fep->itpfe_fraglist = NULL; in ipsec_fragcache_add()
6874 if (fep->itpfe_fraglist != NULL) { in fragcache_delentry()
6875 ip_drop_packet_chain(fep->itpfe_fraglist, in fragcache_delentry()
6876 ip_recv_attr_is_mblk(fep->itpfe_fraglist), NULL, in fragcache_delentry()
6880 fep->itpfe_fraglist = NULL; in fragcache_delentry()
/titanic_50/usr/src/uts/common/inet/
H A Dipsec_impl.h481 mblk_t *itpfe_fraglist; /* list of fragments */ member