Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dsocket_flows.c78 static int soflow_nstat_disable = 0; variable
102 &soflow_nstat_disable, 0, "");
1212 …if (!soflow_nstat_disable && SOFLOW_IS_UDP(so) && !(so->so_state & (SS_ISCONNECTED | SS_ISCONNECTI… in soflow_get_flow()