HomeSort by: relevance | last modified time | path
    Searched defs:ipsec_sp_hdrsiz (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netipsec/
ipsec.c 186 static size_t ipsec_sp_hdrsiz(const struct secpolicy *, const struct mbuf *);
753 ipsechdr = ipsec_sp_hdrsiz(sp, m);
1473 ipsec_sp_hdrsiz(const struct secpolicy *sp, const struct mbuf *m) function in typeref:typename:size_t
1561 size = ipsec_sp_hdrsiz(sp, m);

Completed in 12 milliseconds