Searched refs:nlhdr_parser (Results 1 – 12 of 12) sorted by relevance
| /src/sys/netlink/ |
| H A D | netlink_message_parser.h | 114 struct nlhdr_parser { struct 126 static const struct nlhdr_parser _name = { \ argument 143 static const struct nlhdr_parser _name = { \ 153 static const struct nlhdr_parser _name = { \ 230 nl_parse_header(void *hdr, uint32_t len, const struct nlhdr_parser *parser, in nl_parse_header() 284 nl_parse_nested(struct nlattr *nla, const struct nlhdr_parser *parser, in nl_parse_nested() 295 nl_verify_parsers(const struct nlhdr_parser **parser, int count) in nl_verify_parsers() 299 const struct nlhdr_parser *p = parser[i]; in nl_verify_parsers() 308 const struct nlhdr_parser *np = in nl_verify_parsers() 309 (const struct nlhdr_parser *)p->np[j].arg; in nl_verify_parsers() [all …]
|
| H A D | netlink_message_parser.c | 550 const struct nlhdr_parser *p = (const struct nlhdr_parser *)arg; in nlattr_get_nested() 561 const struct nlhdr_parser *p = (const struct nlhdr_parser *)arg; in nlattr_get_nested_ptr()
|
| H A D | netlink_generic.c | 323 static const struct nlhdr_parser *all_parsers[] = { &genl_parser };
|
| /src/sys/tests/ |
| H A D | ktest.c | 345 static const struct nlhdr_parser *all_parsers[] = { &ktest_parser };
|
| /src/sys/netlink/route/ |
| H A D | neigh.c | 585 static const struct nlhdr_parser *all_parsers[] = { &ndmsg_parser, &neigh_fbsd_parser };
|
| H A D | nexthop.c | 1116 static const struct nlhdr_parser *all_parsers[] = { &nhmsg_parser, &nh_fbsd_parser };
|
| H A D | rt.c | 1142 static const struct nlhdr_parser *all_parsers[] = {&mpath_parser, &metrics_parser, &rtm_parser};
|
| H A D | iface.c | 1506 static const struct nlhdr_parser *all_parsers[] = {
|
| /src/sys/net/ |
| H A D | if_gre.c | 185 static const struct nlhdr_parser *all_parsers[] = {
|
| /src/sys/netpfil/pf/ |
| H A D | pflow.c | 1778 static const struct nlhdr_parser *all_parsers[] = {
|
| H A D | pf_nl.c | 2844 static const struct nlhdr_parser *all_parsers[] = {
|
| /src/sys/netinet/ |
| H A D | ip_carp.c | 2790 static const struct nlhdr_parser *all_parsers[] = {
|