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

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

Completed in 58 milliseconds