Searched defs:netlink_fd (Results 1 – 3 of 3) sorted by relevance
72 base::ScopedFD netlink_fd) { in InitForTesting()100 base::ScopedFD netlink_fd) { in CreateWithSocketForTesting()158 base::ScopedFD netlink_fd) { in InitBlockingThreadObjectsForTesting()
420 bool NetlinkManager::SetupSocket(unique_fd* netlink_fd, InterceptedSocket* nl_destination) { in SetupSocket()460 bool NetlinkManager::WatchSocket(unique_fd* netlink_fd) { in WatchSocket()
21 int netlink_fd; in FIXTURE() local