Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dct_obj.c38 #define CT_ATTR_ORIG_DST_PORT (1UL << 11) macro
365 __ADD(CT_ATTR_ORIG_DST_PORT, origdstport)
688 int attr = repl ? CT_ATTR_REPL_DST_PORT : CT_ATTR_ORIG_DST_PORT; in nfnl_ct_set_dst_port()
696 int attr = repl ? CT_ATTR_REPL_DST_PORT : CT_ATTR_ORIG_DST_PORT; in nfnl_ct_test_dst_port()