Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dct_obj.c42 #define CT_ATTR_ORIG_PACKETS (1UL << 15) macro
369 __ADD(CT_ATTR_ORIG_PACKETS, origpackets)
776 int attr = repl ? CT_ATTR_REPL_PACKETS : CT_ATTR_ORIG_PACKETS; in nfnl_ct_set_packets()
784 int attr = repl ? CT_ATTR_REPL_PACKETS : CT_ATTR_ORIG_PACKETS; in nfnl_ct_test_packets()