OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_data_alloc_attr
(Results
1 - 5
of
5
) sorted by null
/external/libnl/include/netlink/
data.h
25
extern struct nl_data *
nl_data_alloc_attr
(struct nlattr *);
/external/libnl/lib/route/cls/
fw.c
57
f->cf_act =
nl_data_alloc_attr
(tb[TCA_FW_ACT]);
64
f->cf_police =
nl_data_alloc_attr
(tb[TCA_FW_POLICE]);
u32.c
83
u->cu_selector =
nl_data_alloc_attr
(tb[TCA_U32_SEL]);
105
u->cu_act =
nl_data_alloc_attr
(tb[TCA_U32_ACT]);
112
u->cu_police =
nl_data_alloc_attr
(tb[TCA_U32_POLICE]);
135
u->cu_pcnt =
nl_data_alloc_attr
(tb[TCA_U32_PCNT]);
/external/libnl/lib/
data.c
72
struct nl_data *
nl_data_alloc_attr
(struct nlattr *nla)
function
/external/libnl/lib/route/
tc.c
84
g->tc_opts =
nl_data_alloc_attr
(tb[TCA_OPTIONS]);
129
g->tc_xstats =
nl_data_alloc_attr
(tbs[TCA_STATS_APP]);
152
g->tc_xstats =
nl_data_alloc_attr
(tb[TCA_XSTATS]);
Completed in 852 milliseconds