Home
last modified time | relevance | path

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

/system/netd/client/
DNetdClient.cpp69 if (FwmarkClient::shouldSetFwmark(family)) { in netdClientAccept4()
79 const bool shouldSetFwmark = (sockfd >= 0) && addr in netdClientConnect() local
80 && FwmarkClient::shouldSetFwmark(addr->sa_family); in netdClientConnect()
81 if (shouldSetFwmark) { in netdClientConnect()
95 if (shouldSetFwmark && FwmarkClient::shouldReportConnectComplete(addr->sa_family)) { in netdClientConnect()
113 if (netId != NETID_UNSET && FwmarkClient::shouldSetFwmark(domain)) { in netdClientSocket()
DFwmarkClient.cpp52 bool FwmarkClient::shouldSetFwmark(int family) { in shouldSetFwmark() function in FwmarkClient
63 return shouldSetFwmark(family); in shouldReportConnectComplete()
DFwmarkClient.h29 static bool shouldSetFwmark(int family);