Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c6473 fep->itpfe_fraglist = NULL; in ipsec_fragcache_add()
6487 for (nmp = fep->itpfe_fraglist; nmp; nmp = nmp->b_next) { in ipsec_fragcache_add()
6680 fep->itpfe_fraglist = mp; in ipsec_fragcache_add()
6711 for (mp = fep->itpfe_fraglist; mp; mp = mp->b_next) { in ipsec_fragcache_add()
6796 mp = fep->itpfe_fraglist; in ipsec_fragcache_add()
6797 fep->itpfe_fraglist = NULL; in ipsec_fragcache_add()
6885 if (fep->itpfe_fraglist != NULL) { in fragcache_delentry()
6886 ip_drop_packet_chain(fep->itpfe_fraglist, in fragcache_delentry()
6887 ip_recv_attr_is_mblk(fep->itpfe_fraglist), NULL, in fragcache_delentry()
6891 fep->itpfe_fraglist = NULL; in fragcache_delentry()
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h486 mblk_t *itpfe_fraglist; /* list of fragments */ member