HomeSort by: relevance | last modified time | path
    Searched refs:m_pad (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netipsec/
ipsec.h 325 void *m_pad(struct mbuf *, int);
ipsec_mbuf.c 289 * m_pad(m, n) pads <m> with <n> bytes at the end. The packet header
294 m_pad(struct mbuf *m, int n) function
xform_esp.c 802 tail = m_pad(m, tlen);
804 DPRINTF("m_pad failed for SA %s/%08lx\n",

Completed in 15 milliseconds