OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_data_free
(Results
1 - 6
of
6
) sorted by null
/external/libnl/include/netlink/
data.h
28
extern void
nl_data_free
(struct nl_data *);
/external/libnl/lib/route/cls/
fw.c
82
nl_data_free
(f->cf_act);
83
nl_data_free
(f->cf_police);
u32.c
158
nl_data_free
(u->cu_selector);
159
nl_data_free
(u->cu_act);
160
nl_data_free
(u->cu_police);
161
nl_data_free
(u->cu_pcnt);
/external/libnl/lib/
data.c
124
void
nl_data_free
(struct nl_data *data)
function
/external/libnl/lib/route/
tc.c
165
nl_data_free
(tca->tc_opts);
166
nl_data_free
(tca->tc_xstats);
cls_obj.c
43
nl_data_free
(cls->c_subdata);
Completed in 2575 milliseconds