Searched refs:ATTR_DCCP_STATE (Results 1 – 11 of 11) sorted by relevance
/external/libnetfilter_conntrack/src/conntrack/ |
D | snprintf_xml.c | 416 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()
|
D | build_mnl.c | 188 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()
|
D | build.c | 184 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()
|
D | getter.c | 429 [ATTR_DCCP_STATE] = get_attr_dccp_state,
|
D | compare.c | 459 if (!__cmp(ATTR_DCCP_STATE, ct1, ct2, flags, cmp_dccp_state, true)) in cmp_meta()
|
D | parse.c | 289 set_bit(ATTR_DCCP_STATE, ct->head.set); in __parse_protoinfo_dccp()
|
D | copy.c | 558 [ATTR_DCCP_STATE] = copy_attr_dccp_state,
|
D | snprintf_default.c | 394 if (test_bit(ATTR_DCCP_STATE, ct->head.set)) { in __snprintf_conntrack_default()
|
D | setter.c | 530 [ATTR_DCCP_STATE] = set_attr_dccp_state,
|
D | parse_mnl.c | 463 set_bit(ATTR_DCCP_STATE, ct->head.set); in nfct_parse_protoinfo_dccp()
|
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/ |
D | libnetfilter_conntrack.h | 133 ATTR_DCCP_STATE = 56, /* u8 bits */ enumerator
|