Home
last modified time | relevance | path

Searched refs:FREE_MB_T (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_auth.c584 FREE_MB_T(m);
663 FREE_MB_T(m);
723 FREE_MB_T(m);
836 FREE_MB_T(m);
H A Dip_fil_solaris.c1366 FREE_MB_T(m);
1396 FREE_MB_T(m);
1723 FREE_MB_T(*fin->fin_mp);
2550 FREE_MB_T(mblk_ip);
2631 FREE_MB_T(fin->fin_m->b_cont);
2762 FREE_MB_T(fin->fin_m->b_cont);
H A Dfil.c2654 FREE_MB_T(*mp);
2691 FREE_MB_T(*mp);
2772 FREE_MB_T(*mp);
6215 FREE_MB_T(*fin->fin_mp);
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h307 # define FREE_MB_T(m) freemsg(m) macro
490 # define FREE_MB_T(m) freemsg(m) macro
611 # define FREE_MB_T(m) m_freem(m) macro
698 # define FREE_MB_T(m) m_freem(m) macro
1115 # define FREE_MB_T(m) kfree_skb(m) macro
1466 # define FREE_MB_T(x) macro
1641 # ifndef FREE_MB_T
1642 # define FREE_MB_T(m) m_freem(m) macro