Home
last modified time | relevance | path

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

/third_party/libnl/lib/netfilter/
Dct_obj.c48 #define CT_ATTR_REPL_SRC_PORT (1UL << 19) macro
374 __ADD(CT_ATTR_REPL_SRC_PORT, replysrcport),
667 int attr = repl ? CT_ATTR_REPL_SRC_PORT : CT_ATTR_ORIG_SRC_PORT; in nfnl_ct_set_src_port()
675 int attr = repl ? CT_ATTR_REPL_SRC_PORT : CT_ATTR_ORIG_SRC_PORT; in nfnl_ct_test_src_port()