Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dct_obj.c37 #define CT_ATTR_ORIG_SRC_PORT (1UL << 10) macro
364 __ADD(CT_ATTR_ORIG_SRC_PORT, origsrcport)
666 int attr = repl ? CT_ATTR_REPL_SRC_PORT : CT_ATTR_ORIG_SRC_PORT; in nfnl_ct_set_src_port()
674 int attr = repl ? CT_ATTR_REPL_SRC_PORT : CT_ATTR_ORIG_SRC_PORT; in nfnl_ct_test_src_port()