Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink-private/route/link/
Dapi.h81 struct rtnl_link_af_ops struct
180 extern struct rtnl_link_af_ops *rtnl_link_af_ops_lookup(unsigned int); argument
181 extern void rtnl_link_af_ops_put(struct rtnl_link_af_ops *);
183 const struct rtnl_link_af_ops *);
185 const struct rtnl_link_af_ops *);
186 extern int rtnl_link_af_register(struct rtnl_link_af_ops *);
187 extern int rtnl_link_af_unregister(struct rtnl_link_af_ops *);
/third_party/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()
Dinet.c213 static struct rtnl_link_af_ops inet_ops = {
Dbridge.c77 static struct rtnl_link_af_ops bridge_ops;
965 static struct rtnl_link_af_ops bridge_ops = {
Dinet6.c530 static struct rtnl_link_af_ops inet6_ops = {
/third_party/libnl/lib/route/
Dlink.c92 static struct rtnl_link_af_ops *af_lookup_and_alloc(struct rtnl_link *link, in af_lookup_and_alloc()
95 struct rtnl_link_af_ops *af_ops; in af_lookup_and_alloc()
110 static int af_free(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_free()
123 struct rtnl_link_af_ops *ops; in af_request_type()
132 static int af_clone(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_clone()
144 static int af_fill(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_fill()
167 static int af_fill_pi(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_fill_pi()
191 static int af_dump_line(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_dump_line()
202 static int af_dump_details(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_dump_details()
213 static int af_dump_stats(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_dump_stats()
[all …]
/third_party/libnl/include/netlink-private/
Dtypes.h232 struct rtnl_link_af_ops * l_af_ops;