Searched refs:dump_callback (Results 1 – 1 of 1) sorted by relevance
95 static int dump_callback(struct nl_msg *msg, void *argp);168 nl_socket_modify_cb(ctx->sk, NL_CB_VALID, NL_CB_CUSTOM, dump_callback, in init_genl_ctx()565 static int dump_callback(struct nl_msg *msg, void *argp) in dump_callback() function