Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipsec.h367 struct mbuf *m_makespace(struct mbuf *m0, int skip, int hlen, int *off);
H A Dipsec_mbuf.c54 m_makespace(struct mbuf *m0, int skip, int hlen, int *off) in m_makespace() function
H A Dudpencap.c270 n = m_makespace(m, hlen, sizeof(*udp), &off); in udp_ipsec_output()
H A Dxform_ipcomp.c583 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff); in ipcomp_output_cb()
H A Dxform_esp.c794 mo = m_makespace(m, skip, hlen, &roff); in esp_output()
H A Dxform_ah.c917 mi = m_makespace(m, skip, ahsize, &roff); in ah_output()