Home
last modified time | relevance | path

Searched refs:nl_object_ops (Results 1 – 25 of 43) sorted by relevance

12

/external/libnl/lib/
Dobject.c36 static inline struct nl_object_ops *obj_ops(struct nl_object *obj) in obj_ops()
54 struct nl_object *nl_object_alloc(struct nl_object_ops *ops) in nl_object_alloc()
113 struct nl_object_ops *ops; in nl_object_clone()
156 struct nl_object_ops *ops = obj_ops(dst); in nl_object_update()
172 struct nl_object_ops *ops; in nl_object_free()
315 struct nl_object_ops *ops = obj_ops(a); in nl_object_identical()
363 struct nl_object_ops *ops = obj_ops(a); in nl_object_diff()
382 struct nl_object_ops *ops = obj_ops(obj); in nl_object_match_filter()
406 struct nl_object_ops *ops = obj_ops(obj); in nl_object_attrs2str()
440 struct nl_object_ops *ops = obj_ops(obj); in nl_object_keygen()
[all …]
/external/libnl/include/netlink/
Dobject.h24 struct nl_object_ops;
29 extern struct nl_object * nl_object_alloc(struct nl_object_ops *);
66 struct nl_object_ops * nl_object_get_ops(const struct nl_object *);
/external/libnl/include/netlink-private/
Dobject-api.h187 struct nl_object_ops * ce_ops; \
269 struct nl_object_ops struct
Dcache-api.h252 struct nl_object_ops * co_obj_ops;
/external/libnl/src/
Dnl-list-caches.c21 static char *id_attr_list(struct nl_object_ops *ops, char *buf, size_t len) in id_attr_list()
46 struct nl_object_ops *obj_ops = ops->co_obj_ops; in print()
/external/libnl/lib/fib_lookup/
Drequest.c26 static struct nl_object_ops request_obj_ops;
176 static struct nl_object_ops request_obj_ops = {
Dlookup.c31 static struct nl_object_ops result_obj_ops;
315 static struct nl_object_ops result_obj_ops = {
/external/libnl/include/netlink/idiag/
Dvegasinfo.h21 extern struct nl_object_ops idiagnl_vegasinfo_obj_ops;
Dmeminfo.h21 extern struct nl_object_ops idiagnl_meminfo_obj_ops;
Dreq.h22 extern struct nl_object_ops idiagnl_req_obj_ops;
Dmsg.h22 extern struct nl_object_ops idiagnl_msg_obj_ops;
/external/libnl/lib/route/
Dcls.c31 static struct nl_object_ops cls_obj_ops;
420 static struct nl_object_ops cls_obj_ops = {
Dclass.c28 static struct nl_object_ops class_obj_ops;
432 static struct nl_object_ops class_obj_ops = {
Dqdisc.c29 static struct nl_object_ops qdisc_obj_ops;
550 static struct nl_object_ops qdisc_obj_ops = {
Dact.c26 static struct nl_object_ops act_obj_ops;
554 static struct nl_object_ops act_obj_ops = {
/external/libnl/include/netlink/netfilter/
Dqueue.h25 extern struct nl_object_ops queue_obj_ops;
Dlog.h28 extern struct nl_object_ops log_obj_ops;
Dlog_msg.h27 extern struct nl_object_ops log_msg_obj_ops;
Dqueue_msg.h25 extern struct nl_object_ops queue_msg_obj_ops;
Dexp.h39 extern struct nl_object_ops exp_obj_ops;
Dct.h33 extern struct nl_object_ops ct_obj_ops;
/external/libnl/lib/idiag/
Didiag_vegasinfo_obj.c98 struct nl_object_ops idiagnl_vegasinfo_obj_ops = {
Didiag_meminfo_obj.c94 struct nl_object_ops idiagnl_meminfo_obj_ops = {
/external/libnl/lib/genl/
Dfamily.c35 struct nl_object_ops genl_family_ops;
386 struct nl_object_ops genl_family_ops = {
/external/libnl/include/netlink/route/
Droute.h49 extern struct nl_object_ops route_obj_ops;

12