Searched refs:shouldSetFwmark (Results 1 – 3 of 3) sorted by relevance
57 bool FwmarkClient::shouldSetFwmark(int family) { in shouldSetFwmark() function in FwmarkClient64 return shouldSetFwmark(family); in shouldReportConnectComplete()
77 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() local121 if (shouldSetFwmark) { in netdClientConnect()135 if (shouldSetFwmark && FwmarkClient::shouldReportConnectComplete(addr->sa_family)) { in netdClientConnect()153 if (netId != NETID_UNSET && FwmarkClient::shouldSetFwmark(domain)) { in netdClientSocket()
29 static bool shouldSetFwmark(int family);