Home
last modified time | relevance | path

Searched defs:rtnl_link_af_ops (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/route/link/
Dlink-api.h75 struct rtnl_link_af_ops struct
78 const unsigned int ao_family;
81 int ao_refcnt;
87 const struct nla_policy *ao_protinfo_policy;
92 void * (*ao_alloc)(struct rtnl_link *);
96 void * (*ao_clone)(struct rtnl_link *, void *);
99 void (*ao_free)(struct rtnl_link *, void *);
103 int (*ao_parse_protinfo)(struct rtnl_link *,
108 int (*ao_parse_af)(struct rtnl_link *,
113 int (*ao_fill_af)(struct rtnl_link *,
[all …]
/external/libnl/lib/route/
Dlink.c225 struct rtnl_link_af_ops *, void *, void *), in do_foreach_af()