Home
last modified time | relevance | path

Searched refs:CT_ATTR_ORIG_BYTES (Results 1 – 1 of 1) sorted by relevance

/external/libnl/lib/netfilter/
Dct_obj.c43 #define CT_ATTR_ORIG_BYTES (1UL << 16) macro
370 __ADD(CT_ATTR_ORIG_BYTES, origbytes)
798 int attr = repl ? CT_ATTR_REPL_BYTES : CT_ATTR_ORIG_BYTES; in nfnl_ct_set_bytes()
806 int attr = repl ? CT_ATTR_REPL_BYTES : CT_ATTR_ORIG_BYTES; in nfnl_ct_test_bytes()