Home
last modified time | relevance | path

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

/system/netd/client/
DFwmarkClient.h29 static bool shouldSetFwmark(int family);
DNetdClient.cpp107 if (!FwmarkClient::shouldSetFwmark(family)) { in checkSocket()
117 return dst && FwmarkClient::shouldSetFwmark(dst->sa_family) && (checkSocket(socketFd) == 0); in shouldMarkSocket()
140 if (FwmarkClient::shouldSetFwmark(family)) { in netdClientAccept4()
150 const bool shouldSetFwmark = shouldMarkSocket(sockfd, addr); in netdClientConnect() local
151 if (shouldSetFwmark) { in netdClientConnect()
173 if (shouldSetFwmark) { in netdClientConnect()
196 if (netId != NETID_UNSET && FwmarkClient::shouldSetFwmark(domain)) { in netdClientSocket()
DFwmarkClient.cpp47 bool FwmarkClient::shouldSetFwmark(int family) { in shouldSetFwmark() function in FwmarkClient