OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfnl_ct_get_bytes
(Results
1 - 2
of
2
) sorted by null
/external/libnl/include/netlink/netfilter/
ct.h
120
extern uint64_t
nfnl_ct_get_bytes
(const struct nfnl_ct *, int);
/external/libnl/lib/netfilter/
ct_obj.c
264
res = nl_cancel_down_bytes(
nfnl_ct_get_bytes
(ct, 1), &unit);
268
res = nl_cancel_down_bytes(
nfnl_ct_get_bytes
(ct, 0), &unit);
762
uint64_t
nfnl_ct_get_bytes
(const struct nfnl_ct *ct, int repl)
function
Completed in 642 milliseconds