Searched refs:shouldSetFwmark (Results 1 – 3 of 3) sorted by relevance
69 if (FwmarkClient::shouldSetFwmark(family)) { in netdClientAccept4()79 const bool shouldSetFwmark = (sockfd >= 0) && addr in netdClientConnect() local80 && 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()
52 bool FwmarkClient::shouldSetFwmark(int family) { in shouldSetFwmark() function in FwmarkClient63 return shouldSetFwmark(family); in shouldReportConnectComplete()
29 static bool shouldSetFwmark(int family);