Home | History | Annotate | Download | only in netlink

Lines Matching refs:nlmsghdr

53 extern void *		  nlmsg_data(const struct nlmsghdr *);
54 extern int nlmsg_len(const struct nlmsghdr *);
55 extern void * nlmsg_tail(const struct nlmsghdr *);
58 extern struct nlattr * nlmsg_attrdata(const struct nlmsghdr *, int);
59 extern int nlmsg_attrlen(const struct nlmsghdr *, int);
62 extern int nlmsg_valid_hdr(const struct nlmsghdr *, int);
63 extern int nlmsg_ok(const struct nlmsghdr *, int);
64 extern struct nlmsghdr * nlmsg_next(struct nlmsghdr *, int *);
65 extern int nlmsg_parse(struct nlmsghdr *, int, struct nlattr **,
67 extern struct nlattr * nlmsg_find_attr(struct nlmsghdr *, int, int);
68 extern int nlmsg_validate(struct nlmsghdr *, int, int,
75 extern struct nl_msg * nlmsg_inherit(struct nlmsghdr *);
76 extern struct nl_msg * nlmsg_convert(struct nlmsghdr *);
81 extern struct nlmsghdr * nlmsg_put(struct nl_msg *, uint32_t, uint32_t,
83 extern struct nlmsghdr * nlmsg_hdr(struct nl_msg *);