Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dbuild_mnl.c127 test_bit(ATTR_TCP_MASK_REPL, ct->head.set) || in nfct_build_protoinfo()
145 test_bit(ATTR_TCP_MASK_REPL, ct->head.set)) { in nfct_build_protoinfo()
Dbuild.c120 test_bit(ATTR_TCP_MASK_REPL, ct->head.set) || in __build_protoinfo()
139 test_bit(ATTR_TCP_MASK_REPL, ct->head.set)) in __build_protoinfo()
Dgetter.c409 [ATTR_TCP_MASK_REPL] = get_attr_tcp_mask_repl,
Dcopy.c538 [ATTR_TCP_MASK_REPL] = copy_attr_tcp_mask_repl,
Dsetter.c510 [ATTR_TCP_MASK_REPL] = set_attr_tcp_mask_repl,
Dparse.c248 set_bit(ATTR_TCP_MASK_REPL, ct->head.set); in __parse_protoinfo_tcp()
Dparse_mnl.c370 set_bit(ATTR_TCP_MASK_REPL, ct->head.set); in nfct_parse_protoinfo_tcp()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h113 ATTR_TCP_MASK_REPL = 36, /* u8 bits */ enumerator
/external/libnetfilter_conntrack/qa/
Dtest_api.c189 case ATTR_TCP_MASK_REPL: in test_nfct_cmp_api_single()