Home | History | Annotate | Download | only in common

Lines Matching refs:mrep

71 #define nfsm_dcheck(t1, mrep) \
75 m_freem((mrep)); \
76 (mrep) = NULL; \
81 #define nfsm_dcheckp(retp, mrep) \
85 m_freem((mrep)); \
86 (mrep) = NULL; \
95 nfsm_dcheckp(ret, mrep); \
103 nfsm_dcheckp(ret, mrep); \
111 nfsm_dcheck(t1, mrep); \
119 nfsm_dcheck(t1, mrep); \
128 nfsm_dcheck(t1, mrep); \