Home
last modified time | relevance | path

Searched refs:rtnl_link_af_ops (Results 1 – 7 of 7) sorted by relevance

/external/libnl/include/netlink-private/route/link/
Dapi.h77 struct rtnl_link_af_ops struct
137 extern struct rtnl_link_af_ops *rtnl_link_af_ops_lookup(unsigned int); argument
138 extern void rtnl_link_af_ops_put(struct rtnl_link_af_ops *);
140 const struct rtnl_link_af_ops *);
142 const struct rtnl_link_af_ops *);
143 extern int rtnl_link_af_register(struct rtnl_link_af_ops *);
144 extern int rtnl_link_af_unregister(struct rtnl_link_af_ops *);
/external/libnl/lib/route/link/
Dapi.c182 static struct rtnl_link_af_ops *af_ops[AF_MAX];
192 struct rtnl_link_af_ops *rtnl_link_af_ops_lookup(const unsigned int family) in rtnl_link_af_ops_lookup()
209 void rtnl_link_af_ops_put(struct rtnl_link_af_ops *ops) in rtnl_link_af_ops_put()
230 const struct rtnl_link_af_ops *ops) in rtnl_link_af_alloc()
265 const struct rtnl_link_af_ops *ops) in rtnl_link_af_data()
285 int rtnl_link_af_register(struct rtnl_link_af_ops *ops) in rtnl_link_af_register()
324 int rtnl_link_af_unregister(struct rtnl_link_af_ops *ops) in rtnl_link_af_unregister()
368 struct rtnl_link_af_ops *af_ops; in rtnl_link_af_data_compare()
Dbridge.c47 static struct rtnl_link_af_ops bridge_ops;
506 static struct rtnl_link_af_ops bridge_ops = {
Dinet.c212 static struct rtnl_link_af_ops inet_ops = {
Dinet6.c464 static struct rtnl_link_af_ops inet6_ops = {
/external/libnl/lib/route/
Dlink.c69 static struct rtnl_link_af_ops *af_lookup_and_alloc(struct rtnl_link *link, in af_lookup_and_alloc()
72 struct rtnl_link_af_ops *af_ops; in af_lookup_and_alloc()
87 static int af_free(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_free()
98 static int af_clone(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_clone()
110 static int af_fill(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_fill()
131 static int af_dump_line(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_dump_line()
142 static int af_dump_details(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_dump_details()
153 static int af_dump_stats(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_dump_stats()
166 struct rtnl_link_af_ops *, void *, void *), in do_foreach_af() argument
173 struct rtnl_link_af_ops *ops; in do_foreach_af()
[all …]
/external/libnl/include/netlink-private/
Dtypes.h193 struct rtnl_link_af_ops * l_af_ops;