Searched refs:ipsec_setsocket (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.h360 extern int ipsec_setsocket(struct mbuf *, struct socket *);
H A Dudp6_output.c368 if (ipsec_bypass == 0 && ipsec_setsocket(m, in6p->in6p_socket) != 0) {
H A Dnd6_nbr.c776 (void)ipsec_setsocket(m, NULL);
1436 (void)ipsec_setsocket(m, NULL);
H A Draw_ip6.c535 if (ipsec_bypass == 0 && ipsec_setsocket(m, so) != 0) {
H A Dicmp6.c2362 (void)ipsec_setsocket(m, NULL);
2904 (void)ipsec_setsocket(m, NULL);
H A Dip6_output.c335 (void)ipsec_setsocket(m, NULL);
H A Dipsec.c4313 ipsec_setsocket( function
/darwin-on-arm/xnu/bsd/netinet/
H A Draw_ip.c429 if (ipsec_bypass == 0 && ipsec_setsocket(m, so) != 0) {
H A Dip_output.c444 (void)ipsec_setsocket(m, NULL);
459 (void)ipsec_setsocket(m, NULL);
H A Dtcp_output.c1758 ipsec_setsocket(m, so);
H A Dudp_usrreq.c1533 if (ipsec_bypass == 0 && ipsec_setsocket(m, inp->inp_socket) != 0) {
H A Dtcp_subr.c746 if (ipsec_bypass == 0 && ipsec_setsocket(m, tp ? tp->t_inpcb->inp_socket : NULL) != 0) {

Completed in 57 milliseconds