Home
last modified time | relevance | path

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

12

/third_party/libnl/lib/
Dobject.c37 static inline struct nl_object_ops *obj_ops(struct nl_object *obj) in obj_ops()
55 struct nl_object *nl_object_alloc(struct nl_object_ops *ops) in nl_object_alloc()
114 struct nl_object_ops *ops; in nl_object_clone()
157 struct nl_object_ops *ops = obj_ops(dst); in nl_object_update()
173 struct nl_object_ops *ops; in nl_object_free()
316 struct nl_object_ops *ops = obj_ops(a); in nl_object_identical()
364 struct nl_object_ops *ops = obj_ops(a); in nl_object_diff64()
408 struct nl_object_ops *ops = obj_ops(obj); in nl_object_match_filter()
432 struct nl_object_ops *ops = obj_ops(obj); in nl_object_attrs2str()
466 struct nl_object_ops *ops = obj_ops(obj); in nl_object_keygen()
[all …]
/third_party/libnl/include/netlink/
Dobject.h24 struct nl_object_ops;
29 extern struct nl_object * nl_object_alloc(struct nl_object_ops *);
68 struct nl_object_ops * nl_object_get_ops(const struct nl_object *);
/third_party/libnl/include/netlink-private/
Dobject-api.h189 struct nl_object_ops * ce_ops; \
271 struct nl_object_ops struct
Dcache-api.h253 struct nl_object_ops * co_obj_ops;
/third_party/libnl/src/
Dnl-list-caches.c22 static char *id_attr_list(struct nl_object_ops *ops, char *buf, size_t len) in id_attr_list()
47 struct nl_object_ops *obj_ops = ops->co_obj_ops; in print()
Dnf-ct-events.c23 struct nl_object_ops * ce_ops;
/third_party/libnl/lib/fib_lookup/
Drequest.c27 static struct nl_object_ops request_obj_ops;
177 static struct nl_object_ops request_obj_ops = {
Dlookup.c33 static struct nl_object_ops result_obj_ops;
317 static struct nl_object_ops result_obj_ops = {
/third_party/libnl/include/netlink/idiag/
Dmeminfo.h21 extern struct nl_object_ops idiagnl_meminfo_obj_ops;
Dvegasinfo.h21 extern struct nl_object_ops idiagnl_vegasinfo_obj_ops;
Dreq.h22 extern struct nl_object_ops idiagnl_req_obj_ops;
Dmsg.h24 extern struct nl_object_ops idiagnl_msg_obj_ops;
/third_party/libnl/lib/route/
Dcls.c32 static struct nl_object_ops cls_obj_ops;
440 static struct nl_object_ops cls_obj_ops = {
Dclass.c29 static struct nl_object_ops class_obj_ops;
465 static struct nl_object_ops class_obj_ops = {
Dqdisc.c30 static struct nl_object_ops qdisc_obj_ops;
551 static struct nl_object_ops qdisc_obj_ops = {
Dact.c28 static struct nl_object_ops act_obj_ops;
565 static struct nl_object_ops act_obj_ops = {
/third_party/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;
/third_party/libnl/lib/idiag/
Didiag_vegasinfo_obj.c102 struct nl_object_ops idiagnl_vegasinfo_obj_ops = {
Didiag_meminfo_obj.c99 struct nl_object_ops idiagnl_meminfo_obj_ops = {
/third_party/libnl/lib/genl/
Dfamily.c38 struct nl_object_ops genl_family_ops;
393 struct nl_object_ops genl_family_ops = {
/third_party/libnl/include/netlink/route/
Droute.h49 extern struct nl_object_ops route_obj_ops;

12