Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dbuild_mnl.c189 test_bit(ATTR_DCCP_ROLE, ct->head.set) || in nfct_build_protoinfo()
199 if (test_bit(ATTR_DCCP_ROLE, ct->head.set)) { in nfct_build_protoinfo()
Dbuild.c185 test_bit(ATTR_DCCP_ROLE, ct->head.set) || in __build_protoinfo()
196 if (test_bit(ATTR_DCCP_ROLE, ct->head.set)) in __build_protoinfo()
Dgetter.c430 [ATTR_DCCP_ROLE] = get_attr_dccp_role,
Dcopy.c559 [ATTR_DCCP_ROLE] = copy_attr_dccp_role,
Dsetter.c531 [ATTR_DCCP_ROLE] = set_attr_dccp_role,
Dparse.c294 set_bit(ATTR_DCCP_ROLE, ct->head.set); in __parse_protoinfo_dccp()
Dparse_mnl.c467 set_bit(ATTR_DCCP_ROLE, ct->head.set); in nfct_parse_protoinfo_dccp()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h134 ATTR_DCCP_ROLE, /* u8 bits */ enumerator
/external/libnetfilter_conntrack/qa/
Dtest_api.c212 case ATTR_DCCP_ROLE: in test_nfct_cmp_api_single()