Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dct_obj.c35 #define CT_ATTR_ORIG_SRC (1UL << 8) macro
362 __ADD(CT_ATTR_ORIG_SRC, origsrc)
634 int attr = repl ? CT_ATTR_REPL_SRC : CT_ATTR_ORIG_SRC; in nfnl_ct_set_src()
648 int attr = repl ? CT_ATTR_REPL_SRC : CT_ATTR_ORIG_SRC; in nfnl_ct_get_src()