Symbol: nlhdr_parser
sys/net/if_geneve.c
558
static const struct nlhdr_parser *all_parsers[] = {
sys/net/if_gre.c
185
static const struct nlhdr_parser *all_parsers[] = {
sys/netinet/ip_carp.c
2790
static const struct nlhdr_parser *all_parsers[] = {
sys/netlink/netlink_generic.c
329
static const struct nlhdr_parser *all_parsers[] = { &genl_parser };
sys/netlink/netlink_message_parser.c
584
const struct nlhdr_parser *p = (const struct nlhdr_parser *)arg;
sys/netlink/netlink_message_parser.c
595
const struct nlhdr_parser *p = (const struct nlhdr_parser *)arg;
sys/netlink/netlink_message_parser.h
126
static const struct nlhdr_parser _name = { \
sys/netlink/netlink_message_parser.h
143
static const struct nlhdr_parser _name = { \
sys/netlink/netlink_message_parser.h
153
static const struct nlhdr_parser _name = { \
sys/netlink/netlink_message_parser.h
233
nl_parse_header(void *hdr, uint32_t len, const struct nlhdr_parser *parser,
sys/netlink/netlink_message_parser.h
267
nl_parse_nested(struct nlattr *nla, const struct nlhdr_parser *parser,
sys/netlink/netlink_message_parser.h
278
nl_verify_parsers(const struct nlhdr_parser **parser, int count)
sys/netlink/netlink_message_parser.h
282
const struct nlhdr_parser *p = parser[i];
sys/netlink/netlink_message_parser.h
291
const struct nlhdr_parser *np =
sys/netlink/netlink_message_parser.h
292
(const struct nlhdr_parser *)p->np[j].arg;
sys/netlink/netlink_message_parser.h
299
void nl_verify_parsers(const struct nlhdr_parser **parser, int count);
sys/netlink/netlink_message_parser.h
303
nl_parse_nlmsg(struct nlmsghdr *hdr, const struct nlhdr_parser *parser,
sys/netlink/netlink_message_parser.h
316
const struct nlhdr_parser *parser, struct nlattr_bmask *bm)
sys/netlink/route/iface.c
1503
static const struct nlhdr_parser *all_parsers[] = {
sys/netlink/route/neigh.c
585
static const struct nlhdr_parser *all_parsers[] = { &ndmsg_parser, &neigh_fbsd_parser };
sys/netlink/route/nexthop.c
1134
static const struct nlhdr_parser *all_parsers[] = { &nhmsg_parser, &nh_fbsd_parser };
sys/netlink/route/rt.c
1235
static const struct nlhdr_parser *all_parsers[] = {&mpath_parser, &metrics_parser, &rtm_parser};
sys/netpfil/pf/pf_nl.c
2888
static const struct nlhdr_parser *all_parsers[] = {
sys/netpfil/pf/pflow.c
1778
static const struct nlhdr_parser *all_parsers[] = {
sys/tests/ktest.c
345
static const struct nlhdr_parser *all_parsers[] = { &ktest_parser };