OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfnl_ct_get_mark
(Results
1 - 2
of
2
) sorted by null
/external/libnl/include/netlink/netfilter/
ct.h
78
extern uint32_t
nfnl_ct_get_mark
(const struct nfnl_ct *);
/external/libnl/lib/netfilter/
ct_obj.c
192
if (nfnl_ct_test_mark(ct) &&
nfnl_ct_get_mark
(ct))
193
nl_dump(p, "mark %u ",
nfnl_ct_get_mark
(ct));
527
uint32_t
nfnl_ct_get_mark
(const struct nfnl_ct *ct)
function
Completed in 2678 milliseconds