12 #ifndef NETLINK_OBJECT_H_
13 #define NETLINK_OBJECT_H_
15 #include <netlink/netlink.h>
16 #include <netlink/utils.h>
26 #define OBJ_CAST(ptr) ((struct nl_object *) (ptr))
39 extern void nl_object_dump_buf(
struct nl_object *,
char *,
size_t);
47 uint32_t attrs,
char *buf,
65 static inline void * nl_object_priv(
struct nl_object *obj)