Searched refs:ipsec_setsocket (Results 1 – 10 of 10) sorted by relevance
| /xnu-10063.101.15/bsd/netinet6/ ! |
| H A D | ipsec.h | 415 extern int ipsec_setsocket(struct mbuf *, struct socket *);
|
| H A D | udp6_output.c | 518 if (in6p->in6p_sp != NULL && ipsec_setsocket(m, so) != 0) { in udp6_output()
|
| H A D | raw_ip6.c | 781 if (in6p->in6p_sp != NULL && ipsec_setsocket(m, so) != 0) { in rip6_output()
|
| H A D | ip6_output.c | 417 (void) ipsec_setsocket(m, NULL); in ip6_output_list()
|
| H A D | ipsec.c | 5048 ipsec_setsocket(struct mbuf *m, struct socket *so) in ipsec_setsocket() function
|
| /xnu-10063.101.15/bsd/netinet/ ! |
| H A D | raw_ip.c | 644 if (inp->inp_sp != NULL && ipsec_setsocket(m, so) != 0) { in rip_output()
|
| H A D | ip_output.c | 492 (void) ipsec_setsocket(m, NULL); in ip_output_list()
|
| H A D | udp_usrreq.c | 1967 if (inp->inp_sp != NULL && ipsec_setsocket(m, inp->inp_socket) != 0) { in udp_output()
|
| H A D | tcp_output.c | 2973 ipsec_setsocket(m, so); in tcp_output()
|
| H A D | tcp_subr.c | 903 ipsec_setsocket(m, tp ? tp->t_inpcb->inp_socket : NULL) != 0) { in tcp_respond()
|