OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cf_police
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/route/cls/
fw.c
64
f->
cf_police
= nl_data_alloc_attr(tb[TCA_FW_POLICE]);
65
if (!f->
cf_police
)
83
nl_data_free(f->
cf_police
);
94
if (src->
cf_police
&& !(dst->
cf_police
= nl_data_clone(src->
cf_police
)))
129
NLA_PUT_DATA(msg, TCA_FW_POLICE, f->
cf_police
);
/external/libnl/include/
netlink-types.h
509
struct nl_data *
cf_police
;
member in struct:rtnl_fw
Completed in 42 milliseconds