Searched refs:nl_status_fd (Results 1 – 1 of 1) sorted by relevance
258 static int nl_status_fd = -1; variable812 nl_status_fd = socket (AF_NETLINK, in nscd_init()815 if (nl_status_fd != -1) in nscd_init()827 if (bind (nl_status_fd, (struct sockaddr *) &snl, sizeof (snl)) != 0) in nscd_init()829 close (nl_status_fd); in nscd_init()830 nl_status_fd = -1; in nscd_init()2035 if (nl_status_fd != -1) in main_loop_poll()2038 conns[nused].fd = nl_status_fd; in main_loop_poll()2125 while (TEMP_FAILURE_RETRY (read (nl_status_fd, buf, in main_loop_poll()2213 if (nl_status_fd != -1) in main_loop_epoll()[all …]