Home
last modified time | relevance | path

Searched refs:nl_handler_f (Results 1 – 4 of 4) sorted by relevance

/src/sys/netlink/
H A Dnetlink_ctl.h74 typedef int (*nl_handler_f)(struct nlmsghdr *hdr, struct nl_pstate *npt); typedef
76 bool netlink_register_proto(int proto, const char *proto_name, nl_handler_f handler);
88 nl_handler_f cmd_cb;
H A Dnetlink_module.c118 netlink_register_proto(int proto, const char *proto_name, nl_handler_f handler) in netlink_register_proto()
H A Dnetlink_var.h117 nl_handler_f cb;
H A Dnetlink_io.c263 nl_handler_f handler = nl_handlers[nlp->nl_proto].cb; in nl_receive_message()