Searched refs:nlp (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/monitor/
H A Dmonitor_netlink.c107 struct nlw_handle *nlp; member in struct:netlink_ctx
121 nlw_destroy_handle(nlctx->nlp);
317 static bool nlw_accept_message(struct nlw_handle *nlp, argument
337 local_port = nl_socket_get_local_port(nlp);
413 static int nlw_enable_passcred(struct nlw_handle *nlp) argument
416 return nl_set_passcred(nlp, 1); /* 1 = enabled */
418 return nl_socket_set_passcred(nlp, 1);
424 static int nlw_group_subscribe(struct nlw_handle *nlp, int group) argument
429 ret = nl_socket_add_membership(nlp, group);
436 int nlfd = nl_socket_get_fd(nlp);
452 nlw_groups_subscribe(struct nlw_handle *nlp, int *groups) argument
542 nlw_set_callbacks(struct nlw_handle *nlp, void *data) argument
[all...]

Completed in 6 milliseconds