Home
last modified time | relevance | path

Searched refs:nlhdr_parser (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink_message_parser.h114 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 = { \
233 nl_parse_header(void *hdr, uint32_t len, const struct nlhdr_parser *parser, in nl_parse_header()
267 nl_parse_nested(struct nlattr *nla, const struct nlhdr_parser *parser, in nl_parse_nested()
278 nl_verify_parsers(const struct nlhdr_parser **parser, int count) in nl_verify_parsers()
282 const struct nlhdr_parser *p = parser[i]; in nl_verify_parsers()
291 const struct nlhdr_parser *np = in nl_verify_parsers()
292 (const struct nlhdr_parser *)p->np[j].arg; in nl_verify_parsers()
[all …]
H A Dnetlink_message_parser.c584 const struct nlhdr_parser *p = (const struct nlhdr_parser *)arg; in nlattr_get_nested()
595 const struct nlhdr_parser *p = (const struct nlhdr_parser *)arg; in nlattr_get_nested_ptr()
H A Dnetlink_generic.c329 static const struct nlhdr_parser *all_parsers[] = { &genl_parser };
/freebsd/sys/tests/
H A Dktest.c345 static const struct nlhdr_parser *all_parsers[] = { &ktest_parser };
/freebsd/sys/netlink/route/
H A Dneigh.c585 static const struct nlhdr_parser *all_parsers[] = { &ndmsg_parser, &neigh_fbsd_parser };
H A Dnexthop.c1134 static const struct nlhdr_parser *all_parsers[] = { &nhmsg_parser, &nh_fbsd_parser };
H A Drt.c1235 static const struct nlhdr_parser *all_parsers[] = {&mpath_parser, &metrics_parser, &rtm_parser};
H A Diface.c2108 static const struct nlhdr_parser *all_parsers[] = {
/freebsd/sys/net/
H A Dif_gif.c169 static const struct nlhdr_parser *all_parsers[] = {
H A Dif_gre.c187 static const struct nlhdr_parser *all_parsers[] = {
H A Dif_geneve.c558 static const struct nlhdr_parser *all_parsers[] = {
/freebsd/sys/netpfil/pf/
H A Dpflow.c1778 static const struct nlhdr_parser *all_parsers[] = {
H A Dpf_nl.c2888 static const struct nlhdr_parser *all_parsers[] = {
/freebsd/sys/netinet/
H A Dip_carp.c2790 static const struct nlhdr_parser *all_parsers[] = {