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

  /src/sys/netipsec/
ipsec.h 324 struct mbuf *m_makespace(struct mbuf *, int, int, int *);
ipsec_output.c 169 mo = m_makespace(m, sizeof(struct ip), hlen, &roff);
176 mo = m_makespace(m, sizeof(struct ip6_hdr), hlen, &roff);
ipsec_mbuf.c 188 m_makespace(struct mbuf *m0, int skip, int hlen, int *off) function in typeref:struct:mbuf *
xform_ipcomp.c 547 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff);
xform_ah.c 957 mi = m_makespace(m, skip, ahsize, &roff);
969 * The AH header is guaranteed by m_makespace() to be in
xform_esp.c 771 mo = m_makespace(m, skip, hlen, &roff);

Completed in 28 milliseconds