Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dsnprintf_xml.c415 test_bit(ATTR_SCTP_STATE, ct->head.set) || in __snprintf_conntrack_xml()
440 if (test_bit(ATTR_SCTP_STATE, ct->head.set)) { in __snprintf_conntrack_xml()
541 test_bit(ATTR_SCTP_STATE, ct->head.set) || in __snprintf_conntrack_xml()
Dbuild_mnl.c163 if (!(test_bit(ATTR_SCTP_STATE, ct->head.set) || in nfct_build_protoinfo()
171 if (test_bit(ATTR_SCTP_STATE, ct->head.set)) { in nfct_build_protoinfo()
Dbuild.c159 if (!(test_bit(ATTR_SCTP_STATE, ct->head.set) || in __build_protoinfo()
166 if (test_bit(ATTR_SCTP_STATE, ct->head.set)) in __build_protoinfo()
Dgetter.c425 [ATTR_SCTP_STATE] = get_attr_sctp_state,
Dcompare.c457 if (!__cmp(ATTR_SCTP_STATE, ct1, ct2, flags, cmp_sctp_state, true)) in cmp_meta()
Dparse.c262 set_bit(ATTR_SCTP_STATE, ct->head.set); in __parse_protoinfo_sctp()
Dcopy.c554 [ATTR_SCTP_STATE] = copy_attr_sctp_state,
Dsnprintf_default.c389 if (test_bit(ATTR_SCTP_STATE, ct->head.set)) { in __snprintf_conntrack_default()
Dsetter.c526 [ATTR_SCTP_STATE] = set_attr_sctp_state,
Dparse_mnl.c411 set_bit(ATTR_SCTP_STATE, ct->head.set); in nfct_parse_protoinfo_sctp()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h129 ATTR_SCTP_STATE = 52, /* u8 bits */ enumerator
/external/libnetfilter_conntrack/qa/
Dtest_api.c225 if (attr >= ATTR_SCTP_STATE) { in test_nfct_cmp_api_single()