Searched refs:nl_handler_f (Results 1 – 4 of 4) sorted by relevance
74 typedef int (*nl_handler_f)(struct nlmsghdr *hdr, struct nl_pstate *npt); typedef76 bool netlink_register_proto(int proto, const char *proto_name, nl_handler_f handler);88 nl_handler_f cmd_cb;
118 netlink_register_proto(int proto, const char *proto_name, nl_handler_f handler) in netlink_register_proto()
117 nl_handler_f cb;
263 nl_handler_f handler = nl_handlers[nlp->nl_proto].cb; in nl_receive_message()