Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dct_obj.c36 #define CT_ATTR_ORIG_DST (1UL << 9) macro
363 __ADD(CT_ATTR_ORIG_DST, origdst)
641 int attr = repl ? CT_ATTR_REPL_DST : CT_ATTR_ORIG_DST; in nfnl_ct_set_dst()
657 int attr = repl ? CT_ATTR_REPL_DST : CT_ATTR_ORIG_DST; in nfnl_ct_get_dst()