|
libnl
3.2.19
|
Data Structures | |
| struct | nl_msgtype |
| Message type to cache action association. More... | |
| struct | nl_af_group |
| Address family to netlink group association. More... | |
| struct | nl_parser_param |
| Parser parameters. More... | |
| struct | nl_cache_ops |
| Cache Operations. More... | |
Macros | |
| #define | NL_ACT_MAX (__NL_ACT_MAX - 1) |
| #define | END_OF_MSGTYPES_LIST { -1, -1, NULL } |
| #define | END_OF_GROUP_LIST AF_UNSPEC, 0 |
Enumerations | |
| enum | { NL_ACT_UNSPEC, NL_ACT_NEW, NL_ACT_DEL, NL_ACT_GET, NL_ACT_SET, NL_ACT_CHANGE, __NL_ACT_MAX } |
Functions | |
| void | nl_cache_ops_get (struct nl_cache_ops *) |
| Increment reference counter. | |
| void | nl_cache_ops_put (struct nl_cache_ops *) |
| Decrement reference counter. | |
| void nl_cache_ops_get | ( | struct nl_cache_ops * | ops | ) |
Increment reference counter.
| ops | Cache operations |
Definition at line 56 of file cache_mngt.c.
References nl_cache_ops::co_refcnt.
Referenced by nl_cache_mngt_provide(), nl_cache_ops_associate_safe(), and nl_cache_ops_lookup_safe().
Here is the caller graph for this function:| void nl_cache_ops_put | ( | struct nl_cache_ops * | ops | ) |
Decrement reference counter.
| ops | Cache operations |
Definition at line 65 of file cache_mngt.c.
References nl_cache_ops::co_refcnt.
Referenced by nl_cache_alloc_name(), nl_cache_mngr_add(), nl_cache_mngt_unprovide(), nl_msg_dump(), and nl_object_alloc_name().
Here is the caller graph for this function: