Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h174 # define M_COPY(x) m_copym((x), 0, M_COPYALL, M_NOWAIT) macro
320 # define M_COPY(m) dupmbt(m) macro
H A Dfil.c3137 mc = M_COPY(fin->fin_m); in ipf_check()