Searched defs:nlfd (Results 1 - 1 of 1) sorted by relevance

/sssd/src/monitor/
H A Dmonitor_netlink.c436 int nlfd = nl_socket_get_fd(nlp); local
439 ret = setsockopt(nlfd, SOL_NETLINK, NETLINK_ADD_MEMBERSHIP,
793 int nlfd; local
849 nlfd = nl_socket_get_fd(nlctx->nlp);
850 flags = fcntl(nlfd, F_GETFL, 0);
853 ret = fcntl(nlfd, F_SETFL, flags | O_NONBLOCK);
861 nlctx->tefd = tevent_add_fd(ev, nlctx, nlfd, TEVENT_FD_READ,

Completed in 2016 milliseconds