Searched refs:m_striphdr (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_input.c | 342 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 D | ipsec.h | 352 extern int m_striphdr(struct mbuf *m, int skip, int hlen);
|
| H A D | udpencap.c | 196 m_striphdr(m, hlen, sizeof(*udp)); in udp_ipsec_input()
|
| H A D | ipsec_mbuf.c | 245 m_striphdr(struct mbuf *m, int skip, int hlen) in m_striphdr() function
|
| H A D | xform_ipcomp.c | 349 error = m_striphdr(m, skip, hlen); in ipcomp_input_cb()
|
| H A D | xform_ah.c | 791 error = m_striphdr(m, skip, ahsize); in ah_input_cb()
|
| H A D | xform_esp.c | 588 error = m_striphdr(m, skip, hlen); in esp_input_cb()
|