Home
last modified time | relevance | path

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

/third_party/libnl/lib/netfilter/
Dct_obj.c44 #define CT_ATTR_ORIG_BYTES (1UL << 16) macro
371 __ADD(CT_ATTR_ORIG_BYTES, origbytes),
799 int attr = repl ? CT_ATTR_REPL_BYTES : CT_ATTR_ORIG_BYTES; in nfnl_ct_set_bytes()
807 int attr = repl ? CT_ATTR_REPL_BYTES : CT_ATTR_ORIG_BYTES; in nfnl_ct_test_bytes()