Searched refs:ATTR_SCTP_STATE (Results 1 – 12 of 12) sorted by relevance
/external/libnetfilter_conntrack/src/conntrack/ |
D | snprintf_xml.c | 415 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()
|
D | build_mnl.c | 163 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()
|
D | build.c | 159 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()
|
D | getter.c | 425 [ATTR_SCTP_STATE] = get_attr_sctp_state,
|
D | compare.c | 457 if (!__cmp(ATTR_SCTP_STATE, ct1, ct2, flags, cmp_sctp_state, true)) in cmp_meta()
|
D | parse.c | 262 set_bit(ATTR_SCTP_STATE, ct->head.set); in __parse_protoinfo_sctp()
|
D | copy.c | 554 [ATTR_SCTP_STATE] = copy_attr_sctp_state,
|
D | snprintf_default.c | 389 if (test_bit(ATTR_SCTP_STATE, ct->head.set)) { in __snprintf_conntrack_default()
|
D | setter.c | 526 [ATTR_SCTP_STATE] = set_attr_sctp_state,
|
D | parse_mnl.c | 411 set_bit(ATTR_SCTP_STATE, ct->head.set); in nfct_parse_protoinfo_sctp()
|
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/ |
D | libnetfilter_conntrack.h | 129 ATTR_SCTP_STATE = 52, /* u8 bits */ enumerator
|
/external/libnetfilter_conntrack/qa/ |
D | test_api.c | 225 if (attr >= ATTR_SCTP_STATE) { in test_nfct_cmp_api_single()
|