Lines Matching defs:nlhdr_parser
115 struct nlhdr_parser {
127 static const struct nlhdr_parser _name = { \
144 static const struct nlhdr_parser _name = { \
154 static const struct nlhdr_parser _name = { \
228 nl_parse_header(void *hdr, int len, const struct nlhdr_parser *parser,
276 nl_parse_nested(struct nlattr *nla, const struct nlhdr_parser *parser,
289 nl_verify_parsers(const struct nlhdr_parser **parser, int count)
293 const struct nlhdr_parser *p = parser[i];
302 const struct nlhdr_parser *np =
303 (const struct nlhdr_parser *)p->np[j].arg;
310 void nl_verify_parsers(const struct nlhdr_parser **parser, int count);
314 nl_parse_nlmsg(struct nlmsghdr *hdr, const struct nlhdr_parser *parser,
321 nl_get_attrs_bmask_nlmsg(struct nlmsghdr *hdr, const struct nlhdr_parser *parser,