Home | History | Annotate | Download | only in netlink

Lines Matching refs:nlmsghdr

197 extern void *			nlmsg_data(const struct nlmsghdr *);
198 extern int nlmsg_datalen(const struct nlmsghdr *);
199 extern void * nlmsg_tail(const struct nlmsghdr *);
202 extern struct nlattr * nlmsg_attrdata(const struct nlmsghdr *, int);
203 extern int nlmsg_attrlen(const struct nlmsghdr *, int);
206 extern int nlmsg_valid_hdr(const struct nlmsghdr *, int);
207 extern int nlmsg_ok(const struct nlmsghdr *, int);
208 extern struct nlmsghdr * nlmsg_next(struct nlmsghdr *, int *);
209 extern int nlmsg_parse(struct nlmsghdr *, int, struct nlattr **,
211 extern struct nlattr * nlmsg_find_attr(struct nlmsghdr *, int, int);
212 extern int nlmsg_validate(struct nlmsghdr *, int, int,
219 extern struct nl_msg * nlmsg_inherit(struct nlmsghdr *);
220 extern struct nl_msg * nlmsg_convert(struct nlmsghdr *);
225 extern struct nlmsghdr * nlmsg_put(struct nl_msg *, uint32_t, uint32_t,
227 extern struct nlmsghdr * nlmsg_hdr(struct nl_msg *);