Home
last modified time | relevance | path

Searched refs:m_makespace (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dipsec.h350 extern struct mbuf *m_makespace(struct mbuf *m0, int skip, int hlen, int *off);
H A Dudpencap.c227 n = m_makespace(m, hlen, sizeof(*udp), &off); in udp_ipsec_output()
H A Dipsec_mbuf.c56 m_makespace(struct mbuf *m0, int skip, int hlen, int *off) in m_makespace() function
H A Dxform_ipcomp.c577 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff); in ipcomp_output_cb()
H A Dxform_ah.c907 mi = m_makespace(m, skip, ahsize, &roff); in ah_output()
H A Dxform_esp.c772 mo = m_makespace(m, skip, hlen, &roff); in esp_output()