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

/sssd-io/src/monitor/
H A Dmonitor_netlink.c118 struct netlink_ctx *nlctx; local
119 nlctx = talloc_get_type(ptr, struct netlink_ctx);
121 nlw_destroy_handle(nlctx->nlp);
767 struct netlink_ctx *nlctx = talloc_get_type(data, struct netlink_ctx); local
770 if (!nlctx || !nlctx->nlp) {
776 ret = nl_recvmsgs_default(nlctx->nlp);
791 struct netlink_ctx *nlctx; local
798 nlctx = talloc_zero(mem_ctx, struct netlink_ctx);
799 if (!nlctx) retur
[all...]
H A Dmonitor.c173 struct netlink_ctx *nlctx; member in struct:mt_ctx
2091 ctx, &ctx->nlctx);

Completed in 18 milliseconds