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

/sssd/src/monitor/
H A Dmonitor_netlink.c469 static int event_msg_recv(struct nl_msg *msg, void *arg) function
547 ret = nl_socket_modify_cb(nlp, NL_CB_MSG_IN, NL_CB_CUSTOM, event_msg_recv,
551 ret = nl_cb_set(cb, NL_CB_MSG_IN, NL_CB_CUSTOM, event_msg_recv, data);

Completed in 10 milliseconds