Home
last modified time | relevance | path

Searched refs:ipsec6_hdrsiz (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/bsd/netinet6/
H A Dipsec6.h73 extern size_t ipsec6_hdrsiz(struct mbuf *, u_int8_t, struct inpcb *);
H A Dip6_forward.c587 ipsechdrsiz = ipsec6_hdrsiz(mcopy, in ip6_forward()
H A Dipsec.c2224 ipsec6_hdrsiz(struct mbuf *m, u_int8_t dir, struct in6pcb *in6p) in ipsec6_hdrsiz() function
/xnu-11417.140.69/bsd/netinet/
H A Dtcp_subr.c3237 hdrsiz = ipsec6_hdrsiz(m, IPSEC_DIR_OUTBOUND, inp); in ipsec_hdrsiz_tcp()