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

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

Completed in 116 milliseconds