Home
last modified time | relevance | path

Searched refs:m_striphdr (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dipsec_input.c342 m_striphdr(m, 0, ip->ip_hl << 2); in ipsec4_common_input_cb()
354 m_striphdr(m, 0, ip->ip_hl << 2); in ipsec4_common_input_cb()
547 m_striphdr(m, 0, skip); in ipsec6_common_input_cb()
560 m_striphdr(m, 0, skip); in ipsec6_common_input_cb()
H A Dipsec.h352 extern int m_striphdr(struct mbuf *m, int skip, int hlen);
H A Dudpencap.c196 m_striphdr(m, hlen, sizeof(*udp)); in udp_ipsec_input()
H A Dipsec_mbuf.c245 m_striphdr(struct mbuf *m, int skip, int hlen) in m_striphdr() function
H A Dxform_ipcomp.c349 error = m_striphdr(m, skip, hlen); in ipcomp_input_cb()
H A Dxform_ah.c791 error = m_striphdr(m, skip, ahsize); in ah_input_cb()
H A Dxform_esp.c588 error = m_striphdr(m, skip, hlen); in esp_input_cb()