Searched refs:shouldSetFwmark (Results 1 – 3 of 3) sorted by relevance
29 static bool shouldSetFwmark(int family);
107 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() local151 if (shouldSetFwmark) { in netdClientConnect()173 if (shouldSetFwmark) { in netdClientConnect()196 if (netId != NETID_UNSET && FwmarkClient::shouldSetFwmark(domain)) { in netdClientSocket()
47 bool FwmarkClient::shouldSetFwmark(int family) { in shouldSetFwmark() function in FwmarkClient