Searched refs:nlattr_parser (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink_message_parser.h | 102 struct nlattr_parser; 105 struct nlattr_parser { struct 121 const struct nlattr_parser *np; /* array of attribute parsers */ argument 165 int nl_parse_attrs_raw(struct nlattr *nla_head, int len, const struct nlattr_parser *ps,
|
| H A D | netlink_message_parser.c | 100 static const struct nlattr_parser * 101 search_states(const struct nlattr_parser *ps, int pslen, int key) in search_states() 125 nl_parse_attrs_raw(struct nlattr *nla_head, int len, const struct nlattr_parser *ps, int pslen, in nl_parse_attrs_raw() 144 const struct nlattr_parser *s = search_states(ps, pslen, nla_type); in nl_parse_attrs_raw()
|
| H A D | ktest_netlink_message_writer.c | 51 static const struct nlattr_parser nla_p_mbuf_w[] = {
|
| H A D | netlink_generic.c | 191 static struct nlattr_parser nla_p_generic[] = {
|
| /freebsd-14.2/sys/tests/ |
| H A D | ktest_example.c | 75 static const struct nlattr_parser nla_p_test1[] = {
|
| H A D | ktest.c | 70 static const struct nlattr_parser nla_p_get[] = {
|
| /freebsd-14.2/sys/netlink/route/ |
| H A D | neigh.c | 319 static const struct nlattr_parser nla_p_neigh_fbsd[] = { 331 static const struct nlattr_parser nla_p_neigh[] = {
|
| H A D | iface.c | 397 static const struct nlattr_parser nla_p_linfo[] = { 403 static const struct nlattr_parser nla_p_if[] = { 749 static const struct nlattr_parser nla_p_ifa_fbsd[] = { 755 static const struct nlattr_parser nla_p_ifa[] = {
|
| H A D | rt.c | 405 const static struct nlattr_parser nla_p_rtnh[] = { 488 static struct nlattr_parser nla_p_rtmetrics[] = { 493 static const struct nlattr_parser nla_p_rtmsg[] = {
|
| H A D | nexthop.c | 709 static struct nlattr_parser nla_p_nh_fbsd[] = { 723 static const struct nlattr_parser nla_p_nh[] = {
|
| /freebsd-14.2/sys/net/ |
| H A D | if_vlan.c | 1239 static const struct nlattr_parser nla_p_vlan[] = {
|
| /freebsd-14.2/sys/netinet/ |
| H A D | ip_carp.c | 2315 static const struct nlattr_parser nla_p_set[] = {
|