Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocket_private.h93 #define SO_NOWAKEFROMSLEEP 0x10000 /* Don't wake for traffic to this socket */ macro
/xnu-12377.41.6/bsd/netinet/
H A Din_pcblist.c697 if ((so->so_options & SO_NOWAKEFROMSLEEP) && !nowakeok) { in inpcb_get_if_ports_used()
730 if ((so->so_options & SO_NOWAKEFROMSLEEP) == 0 || nowakeok) { in inpcb_get_if_ports_used()
H A Dmptcp_usrreq.c1442 case SO_NOWAKEFROMSLEEP: in mptcp_usr_socheckopt()
1612 case SO_NOWAKEFROMSLEEP: in mptcp_setopt()
2278 case SO_NOWAKEFROMSLEEP: in mptcp_sopt2str()
H A Dtcp_timer.c579 if (tp->t_inpcb->inp_socket->so_options & SO_NOWAKEFROMSLEEP) { in add_to_time_wait()
H A Dtcp_subr.c1978 if ((so->so_options & SO_NOWAKEFROMSLEEP) && in tcp_close()
5094 if (so->so_options & SO_NOWAKEFROMSLEEP) { in tcp_fill_keepalive_offload_frames()
H A Dudp_usrreq.c2564 if (so->so_options & SO_NOWAKEFROMSLEEP) { in udp_detach()
H A Din_pcb.c4289 if (so->so_options & SO_NOWAKEFROMSLEEP) { in inp_update_netns_flags()
/xnu-12377.41.6/bsd/net/
H A Dif_ports_used.c942 if (so->so_options & SO_NOWAKEFROMSLEEP) { in if_ports_used_add_inpcb()
H A Dnecp.c10091 if (inp->inp_socket->so_options & SO_NOWAKEFROMSLEEP) { in necp_socket_fillout_info_locked()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c4829 case SO_NOWAKEFROMSLEEP: in sosetoptlock()
5895 case SO_NOWAKEFROMSLEEP: in sogetoptlock()