HomeSort by: relevance | last modified time | path
    Searched refs:m_striphdr (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netipsec/
ipsec.h 326 int m_striphdr(struct mbuf *, int, int);
ipsec_mbuf.c 365 m_striphdr(struct mbuf *m, int skip, int hlen) function in typeref:typename:int
xform_ipcomp.c 323 if (m_striphdr(m, skip, hlen) != 0) {
xform_ah.c 846 if (m_striphdr(m, skip, ahsize) != 0) {
xform_esp.c 616 if (m_striphdr(m, skip, hlen) != 0) {

Completed in 16 milliseconds