Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dbuild_mnl.c126 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set) || in nfct_build_protoinfo()
139 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set)) { in nfct_build_protoinfo()
Dbuild.c119 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set) || in __build_protoinfo()
133 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set)) in __build_protoinfo()
Dgetter.c408 [ATTR_TCP_MASK_ORIG] = get_attr_tcp_mask_orig,
Dsetter.c509 [ATTR_TCP_MASK_ORIG] = set_attr_tcp_mask_orig,
Dparse.c240 set_bit(ATTR_TCP_MASK_ORIG, ct->head.set); in __parse_protoinfo_tcp()
Dcopy.c537 [ATTR_TCP_MASK_ORIG] = copy_attr_tcp_mask_orig,
Dparse_mnl.c362 set_bit(ATTR_TCP_MASK_ORIG, ct->head.set); in nfct_parse_protoinfo_tcp()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h112 ATTR_TCP_MASK_ORIG, /* u8 bits */ enumerator
/external/libnetfilter_conntrack/qa/
Dtest_api.c188 case ATTR_TCP_MASK_ORIG: in test_nfct_cmp_api_single()