Lines Matching refs:nlhdr_parser
115 struct nlhdr_parser { struct
127 static const struct nlhdr_parser _name = { \ argument
144 static const struct nlhdr_parser _name = { \
154 static const struct nlhdr_parser _name = { \
216 nl_parse_header(void *hdr, int len, const struct nlhdr_parser *parser, in nl_parse_header()
264 nl_parse_nested(struct nlattr *nla, const struct nlhdr_parser *parser, in nl_parse_nested()
277 nl_verify_parsers(const struct nlhdr_parser **parser, int count) in nl_verify_parsers()
281 const struct nlhdr_parser *p = parser[i]; in nl_verify_parsers()
290 void nl_verify_parsers(const struct nlhdr_parser **parser, int count);
294 nl_parse_nlmsg(struct nlmsghdr *hdr, const struct nlhdr_parser *parser, in nl_parse_nlmsg()
301 nl_get_attrs_bmask_nlmsg(struct nlmsghdr *hdr, const struct nlhdr_parser *parser, in nl_get_attrs_bmask_nlmsg()