Searched refs:npad (Results 1 – 1 of 1) sorted by relevance
306 int npad = 3 - ((len + 3) & 3); in ng_sscop_mbuf_pad4() local308 if (npad != 0) in ng_sscop_mbuf_pad4()309 m_copyback(m, len, npad, (caddr_t)pad); in ng_sscop_mbuf_pad4()310 return (npad); in ng_sscop_mbuf_pad4()