Home
last modified time | relevance | path

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

/third_party/libnl/lib/netfilter/
Dct_obj.c47 #define CT_ATTR_REPL_DST (1UL << 18) macro
373 __ADD(CT_ATTR_REPL_DST, replydst),
642 int attr = repl ? CT_ATTR_REPL_DST : CT_ATTR_ORIG_DST; in nfnl_ct_set_dst()
658 int attr = repl ? CT_ATTR_REPL_DST : CT_ATTR_ORIG_DST; in nfnl_ct_get_dst()