Home
last modified time | relevance | path

Searched refs:ipsec_setsocket (Results 1 – 10 of 10) sorted by relevance

/xnu-8796.141.3/bsd/netinet6/
H A Dipsec.h417 extern int ipsec_setsocket(struct mbuf *, struct socket *);
H A Dudp6_output.c520 if (in6p->in6p_sp != NULL && ipsec_setsocket(m, so) != 0) { in udp6_output()
H A Draw_ip6.c781 if (in6p->in6p_sp != NULL && ipsec_setsocket(m, so) != 0) { in rip6_output()
H A Dip6_output.c415 (void) ipsec_setsocket(m, NULL); in ip6_output_list()
H A Dipsec.c4774 ipsec_setsocket(struct mbuf *m, struct socket *so) in ipsec_setsocket() function
/xnu-8796.141.3/bsd/netinet/
H A Draw_ip.c624 if (inp->inp_sp != NULL && ipsec_setsocket(m, so) != 0) { in rip_output()
H A Dip_output.c486 (void) ipsec_setsocket(m, NULL); in ip_output_list()
H A Dtcp_output.c2871 ipsec_setsocket(m, so); in tcp_output()
H A Dudp_usrreq.c1935 if (inp->inp_sp != NULL && ipsec_setsocket(m, inp->inp_socket) != 0) { in udp_output()
H A Dtcp_subr.c899 ipsec_setsocket(m, tp ? tp->t_inpcb->inp_socket : NULL) != 0) { in tcp_respond()