Home
last modified time | relevance | path

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

/system/netd/client/
DFwmarkClient.cpp57 bool FwmarkClient::shouldSetFwmark(int family) { in shouldSetFwmark() function in FwmarkClient
64 return shouldSetFwmark(family); in shouldReportConnectComplete()
DNetdClient.cpp77 if (!FwmarkClient::shouldSetFwmark(family)) { in checkSocket()
87 return dst && FwmarkClient::shouldSetFwmark(dst->sa_family) && (checkSocket(socketFd) == 0); in shouldMarkSocket()
110 if (FwmarkClient::shouldSetFwmark(family)) { in netdClientAccept4()
120 const bool shouldSetFwmark = shouldMarkSocket(sockfd, addr); in netdClientConnect() local
121 if (shouldSetFwmark) { in netdClientConnect()
135 if (shouldSetFwmark && FwmarkClient::shouldReportConnectComplete(addr->sa_family)) { in netdClientConnect()
153 if (netId != NETID_UNSET && FwmarkClient::shouldSetFwmark(domain)) { in netdClientSocket()
DFwmarkClient.h29 static bool shouldSetFwmark(int family);