Searched refs:MNL_CB_OK (Results 1 – 5 of 5) sorted by relevance
43 return MNL_CB_OK; in parse_attr_cb()74 return MNL_CB_OK; in parse_attr_cb()117 return MNL_CB_OK + id; in queue_cb()312 id = ret - MNL_CB_OK; in mainloop()
18 return MNL_CB_OK; in mnl_cb_noop()58 int ret = MNL_CB_OK, len = numbytes; in __mnl_cb_run()
259 int ret = MNL_CB_OK; in mnl_attr_parse()285 int ret = MNL_CB_OK; in mnl_attr_parse_nested()317 int ret = MNL_CB_OK; in mnl_attr_parse_payload()
374 return MNL_CB_OK; in data_attr_cb()387 return MNL_CB_OK; in data_attr_cb()426 return MNL_CB_OK; in data_cb()
174 #define MNL_CB_OK 1 macro