Home | History | Annotate | Download | only in netlink

Lines Matching full:nlmsghdr

53 extern void *		  nlmsg_data(const struct nlmsghdr *);
54 extern int nlmsg_datalen(const struct nlmsghdr *);
55 extern int nlmsg_len(const struct nlmsghdr *);
56 extern void * nlmsg_tail(const struct nlmsghdr *);
59 extern struct nlattr * nlmsg_attrdata(const struct nlmsghdr *, int);
60 extern int nlmsg_attrlen(const struct nlmsghdr *, int);
63 extern int nlmsg_valid_hdr(const struct nlmsghdr *, int);
64 extern int nlmsg_ok(const struct nlmsghdr *, int);
65 extern struct nlmsghdr * nlmsg_next(struct nlmsghdr *, int *);
66 extern int nlmsg_parse(struct nlmsghdr *, int, struct nlattr **,
68 extern struct nlattr * nlmsg_find_attr(struct nlmsghdr *, int, int);
69 extern int nlmsg_validate(struct nlmsghdr *, int, int,
76 extern struct nl_msg * nlmsg_inherit(struct nlmsghdr *);
77 extern struct nl_msg * nlmsg_convert(struct nlmsghdr *);
82 extern struct nlmsghdr * nlmsg_put(struct nl_msg *, uint32_t, uint32_t,
84 extern struct nlmsghdr * nlmsg_hdr(struct nl_msg *);