OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cdm_value
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/route/sch/
dsmark.c
129
dsmark->
cdm_value
= nla_get_u8(tb[TCA_DSMARK_VALUE]);
169
nl_dump(p, " value 0x%02x", dsmark->
cdm_value
);
220
NLA_PUT_U8(msg, TCA_DSMARK_VALUE, dsmark->
cdm_value
);
284
dsmark->
cdm_value
= value;
301
return dsmark->
cdm_value
;
/external/libnl/include/
netlink-types.h
545
uint8_t
cdm_value
;
member in struct:rtnl_dsmark_class
Completed in 25 milliseconds