Symbol: nlhdr_parser
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
323
static const struct nlhdr_parser *all_parsers[] = { &genl_parser };
sys/netlink/netlink_message_parser.c
550
const struct nlhdr_parser *p = (const struct nlhdr_parser *)arg;
sys/netlink/netlink_message_parser.c
561
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
230
nl_parse_header(void *hdr, uint32_t len, const struct nlhdr_parser *parser,
sys/netlink/netlink_message_parser.h
284
nl_parse_nested(struct nlattr *nla, const struct nlhdr_parser *parser,
sys/netlink/netlink_message_parser.h
295
nl_verify_parsers(const struct nlhdr_parser **parser, int count)
sys/netlink/netlink_message_parser.h
299
const struct nlhdr_parser *p = parser[i];
sys/netlink/netlink_message_parser.h
308
const struct nlhdr_parser *np =
sys/netlink/netlink_message_parser.h
309
(const struct nlhdr_parser *)p->np[j].arg;
sys/netlink/netlink_message_parser.h
316
void nl_verify_parsers(const struct nlhdr_parser **parser, int count);
sys/netlink/netlink_message_parser.h
320
nl_parse_nlmsg(struct nlmsghdr *hdr, const struct nlhdr_parser *parser,
sys/netlink/netlink_message_parser.h
329
const struct nlhdr_parser *parser, struct nlattr_bmask *bm)
sys/netlink/route/iface.c
1506
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
1112
static const struct nlhdr_parser *all_parsers[] = { &nhmsg_parser, &nh_fbsd_parser };
sys/netlink/route/rt.c
1134
static const struct nlhdr_parser *all_parsers[] = {&mpath_parser, &metrics_parser, &rtm_parser};
sys/netpfil/pf/pf_nl.c
2844
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 };