Searched refs:in6p_socket (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/netinet6/
H A Dudp6_usrreq.c215 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
216 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
229 so_recv_data_stat(last->in6p_socket, n, 0);
230 if (sbappendaddr(&last->in6p_socket->so_rcv,
234 sorwakeup(last->in6p_socket);
360 udp_lock(in6p->in6p_socket, 1, 0);
364 udp_unlock(in6p->in6p_socket, 1, 0);
368 udp_unlock(in6p->in6p_socket, 1, 0);
392 udp_unlock(in6p->in6p_socket, 1, 0);
403 udp_unlock(in6p->in6p_socket,
[all...]
H A Draw_ip6.c211 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
212 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
223 so_recv_data_stat(last->in6p_socket, m, 0);
224 if (sbappendaddr(&last->in6p_socket->so_rcv,
229 sorwakeup(last->in6p_socket);
249 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
250 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
262 so_recv_data_stat(last->in6p_socket, m, 0);
263 if (sbappendaddr(&last->in6p_socket->so_rcv,
267 sorwakeup(last->in6p_socket);
[all...]
H A Dicmp6.c2071 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
2072 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
2083 so_recv_data_stat(last->in6p_socket, m, 0);
2084 if (sbappendaddr(&last->in6p_socket->so_rcv,
2087 sorwakeup(last->in6p_socket);
2096 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
2097 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
2105 so_recv_data_stat(last->in6p_socket, m, 0);
2106 if (sbappendaddr(&last->in6p_socket->so_rcv,
2108 sorwakeup(last->in6p_socket);
[all...]
H A Dudp6_output.c166 struct socket *so = in6p->in6p_socket;
H A Dipsec.c2212 if (in6p->in6p_socket)
2213 return ipsec6_in_reject_so(m, in6p->in6p_socket);
2359 if (in6p != NULL && in6p->in6p_socket == NULL)
2367 sp = ipsec6_getpolicybysock(m, dir, in6p->in6p_socket, &error);
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h465 #define in6p_socket inp_socket macro

Completed in 35 milliseconds