Home
last modified time | relevance | path

Searched refs:esp_hdrsiz (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/netinet6/
H A Desp.h160 extern size_t esp_hdrsiz(struct ipsecrequest *);
H A Desp_output.c127 esp_hdrsiz(__unused struct ipsecrequest *isr) in esp_hdrsiz() function
H A Dipsec.c2143 clen = esp_hdrsiz(isr); in ipsec_hdrsiz()
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_subr.c3106 tunnel_overhead = (u_int32_t)(esp_hdrsiz(NULL) + sizeof(struct ip6_hdr)); in tcp_get_effective_mtu()
/xnu-12377.61.12/bsd/net/
H A Dnecp.c13675 u_int32_t tunnel_overhead = (u_int32_t)(esp_hdrsiz(NULL) + sizeof(struct ip6_hdr)); in necp_socket_get_effective_mtu()