Home
last modified time | relevance | path

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

/third_party/libnl/lib/netfilter/
Dct_obj.c50 #define CT_ATTR_REPL_ICMP_ID (1UL << 21) macro
376 __ADD(CT_ATTR_REPL_ICMP_ID, replyicmpid),
711 int attr = repl ? CT_ATTR_REPL_ICMP_ID : CT_ATTR_ORIG_ICMP_ID; in nfnl_ct_set_icmp_id()
719 int attr = repl ? CT_ATTR_REPL_ICMP_ID : CT_ATTR_ORIG_ICMP_ID; in nfnl_ct_test_icmp_id()