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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c177 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
178 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
191 so_recv_data_stat(last->in6p_socket, n, 0);
192 if (sbappendaddr(&last->in6p_socket->so_rcv,
196 sorwakeup(last->in6p_socket);
341 udp_lock(in6p->in6p_socket, 1, 0);
344 udp_unlock(in6p->in6p_socket, 1, 0);
348 udp_unlock(in6p->in6p_socket, 1, 0);
372 udp_unlock(in6p->in6p_socket, 1, 0);
380 udp_unlock(in6p->in6p_socket,
[all...]
H A Dudp6_output.c368 if (ipsec_bypass == 0 && ipsec_setsocket(m, in6p->in6p_socket) != 0) {
373 m->m_pkthdr.socket_id = get_socket_id(in6p->in6p_socket);
375 set_packet_service_class(m, in6p->in6p_socket, msc, PKT_SCF_IPV6);
424 in6p->in6p_socket == NULL ||
425 !(in6p->in6p_socket->so_state & SS_ISCONNECTED)) {
H A Draw_ip6.c205 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
206 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
217 so_recv_data_stat(last->in6p_socket, m, 0);
218 if (sbappendaddr(&last->in6p_socket->so_rcv,
223 sorwakeup(last->in6p_socket);
243 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
244 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
256 so_recv_data_stat(last->in6p_socket, m, 0);
257 if (sbappendaddr(&last->in6p_socket->so_rcv,
261 sorwakeup(last->in6p_socket);
[all...]
H A Dicmp6.c2109 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
2110 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
2121 so_recv_data_stat(last->in6p_socket, m, 0);
2122 if (sbappendaddr(&last->in6p_socket->so_rcv,
2125 sorwakeup(last->in6p_socket);
2134 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
2135 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
2143 so_recv_data_stat(last->in6p_socket, m, 0);
2144 if (sbappendaddr(&last->in6p_socket->so_rcv,
2146 sorwakeup(last->in6p_socket);
[all...]
H A Dipsec.c2035 if (in6p->in6p_socket)
2036 return ipsec6_in_reject_so(m, in6p->in6p_socket);
2181 if (in6p != NULL && in6p->in6p_socket == NULL)
2189 sp = ipsec6_getpolicybysock(m, dir, in6p->in6p_socket, &error);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h482 #define in6p_socket inp_socket /* for KAME src sync over BSD*'s */ macro

Completed in 81 milliseconds