OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:genl_ops
(Results
1 - 5
of
5
) sorted by null
/external/libnl/src/
nl-list-caches.c
81
struct
genl_ops
*
genl_ops
= ops->co_genl;
local
87
genl_ops
->o_name,
genl_ops
->o_family,
genl_ops
->o_id);
89
if (
genl_ops
->o_ncmds) {
94
for (i = 0; i <
genl_ops
->o_ncmds; i++) {
95
struct genl_cmd *cmd = &
genl_ops
->o_cmds[i];
/external/libnl/include/netlink/
cache-api.h
189
struct
genl_ops
* co_genl;
/external/libnl/include/netlink/genl/
mngt.h
66
struct
genl_ops
struct
/external/libnl/lib/genl/
mngt.c
41
* // struct
genl_ops
serving as handle for this particular
43
* static struct
genl_ops
my_genl_ops = {
48
* // Using the above struct
genl_ops
an arbitary number of
141
struct
genl_ops
*ops;
222
static int __genl_ops_resolve(struct nl_cache *ctrl, struct
genl_ops
*ops)
237
int genl_ops_resolve(struct nl_sock *sk, struct
genl_ops
*ops)
255
struct
genl_ops
*ops;
ctrl.c
273
static struct
genl_ops
genl_ops
= {
variable in typeref:struct:genl_ops
286
.co_genl = &
genl_ops
,
Completed in 1367 milliseconds