Home
last modified time | relevance | path

Searched refs:SOF1_CELLFALLBACK (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h277 #define SOF1_CELLFALLBACK 0x00000400 /* Initiated by cell fallback */ macro
/xnu-12377.41.6/bsd/kern/
H A Dsocket_flows.c942 if (so != NULL && (so->so_flags1 & SOF1_CELLFALLBACK)) { in ifnet_to_flags()
H A Duipc_socket.c5460 so->so_flags1 &= ~SOF1_CELLFALLBACK; in sosetoptlock()
5462 so->so_flags1 |= SOF1_CELLFALLBACK; in sosetoptlock()
6186 optval = ((so->so_flags1 & SOF1_CELLFALLBACK) > 0) in sogetoptlock()
/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c6796 if (tcpstats->necp_tcp_extra.flags1 & SOF1_CELLFALLBACK) { in necp_request_nexus_tcp_netstats()
6909 if (tcpstats->necp_tcp_extra.flags1 & SOF1_CELLFALLBACK) { in necp_request_nexus_tcp_netstats()
H A Dntstat.c1049 (inp->inp_socket->so_flags1 & SOF1_CELLFALLBACK)) { in nstat_inpcb_to_flags()
H A Dnecp.c10062 if (inp->inp_socket->so_flags1 & SOF1_CELLFALLBACK) { in necp_socket_fillout_info_locked()