Searched refs:MBUF_UNPAD (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ngatm/libngatm/
H A Dsscopcust.h244 #define MBUF_UNPAD(M,P) do { (M)->b_wptr -= (P); } while(0) macro
/freebsd-11-stable/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h312 #define MBUF_UNPAD(M, P) do { if( (P) > 0) m_adj((M), -(P)); } while (0) macro
/freebsd-11-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c265 MBUF_UNPAD((M)->m,(PL)); \
3893 MBUF_UNPAD(msg->m, pdu.sscop_pl);
4374 MBUF_UNPAD(msg->m, pdu.sscop_pl);
4392 MBUF_UNPAD(msg->m, pdu.sscop_pl);

Completed in 68 milliseconds