Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dct_obj.c52 #define CT_ATTR_REPL_PACKETS (1UL << 24) macro
378 __ADD(CT_ATTR_REPL_PACKETS, replypackets)
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()