Searched refs:nlhdr_parser (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink_message_parser.h | 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() [all …]
|
| H A D | netlink_message_parser.c | 471 const struct nlhdr_parser *p = (const struct nlhdr_parser *)arg; in nlattr_get_nested()
|
| H A D | netlink_generic.c | 279 static const struct nlhdr_parser *all_parsers[] = { &genl_parser };
|
| /freebsd-14.2/sys/tests/ |
| H A D | ktest.c | 345 static const struct nlhdr_parser *all_parsers[] = { &ktest_parser };
|
| /freebsd-14.2/sys/netlink/route/ |
| H A D | neigh.c | 585 static const struct nlhdr_parser *all_parsers[] = { &ndmsg_parser, &neigh_fbsd_parser };
|
| H A D | rt.c | 1117 static const struct nlhdr_parser *all_parsers[] = {&mpath_parser, &metrics_parser, &rtm_parser};
|
| H A D | nexthop.c | 1115 static const struct nlhdr_parser *all_parsers[] = { &nhmsg_parser, &nh_fbsd_parser };
|
| H A D | iface.c | 1486 static const struct nlhdr_parser *all_parsers[] = {
|
| /freebsd-14.2/sys/netinet/ |
| H A D | ip_carp.c | 2439 static const struct nlhdr_parser *all_parsers[] = {
|