Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dsnprintf_xml.c416 test_bit(ATTR_DCCP_STATE, ct->head.set) || in __snprintf_conntrack_xml()
448 if (test_bit(ATTR_DCCP_STATE, ct->head.set)) { in __snprintf_conntrack_xml()
542 test_bit(ATTR_DCCP_STATE, ct->head.set) || in __snprintf_conntrack_xml()
Dbuild_mnl.c188 if (!(test_bit(ATTR_DCCP_STATE, ct->head.set) || in nfct_build_protoinfo()
195 if (test_bit(ATTR_DCCP_STATE, ct->head.set)) { in nfct_build_protoinfo()
Dbuild.c184 if (!(test_bit(ATTR_DCCP_STATE, ct->head.set) || in __build_protoinfo()
191 if (test_bit(ATTR_DCCP_STATE, ct->head.set)) in __build_protoinfo()
Dgetter.c429 [ATTR_DCCP_STATE] = get_attr_dccp_state,
Dcompare.c459 if (!__cmp(ATTR_DCCP_STATE, ct1, ct2, flags, cmp_dccp_state, true)) in cmp_meta()
Dparse.c289 set_bit(ATTR_DCCP_STATE, ct->head.set); in __parse_protoinfo_dccp()
Dcopy.c558 [ATTR_DCCP_STATE] = copy_attr_dccp_state,
Dsnprintf_default.c394 if (test_bit(ATTR_DCCP_STATE, ct->head.set)) { in __snprintf_conntrack_default()
Dsetter.c530 [ATTR_DCCP_STATE] = set_attr_dccp_state,
Dparse_mnl.c463 set_bit(ATTR_DCCP_STATE, ct->head.set); in nfct_parse_protoinfo_dccp()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h133 ATTR_DCCP_STATE = 56, /* u8 bits */ enumerator