Home
last modified time | relevance | path

Searched refs:nfct_get_attr (Results 1 – 8 of 8) sorted by relevance

/external/libnetfilter_conntrack/src/conntrack/
Dcompare.c429 return __cmp_clabel(nfct_get_attr(ct1, ATTR_CONNLABELS), in cmp_clabel()
430 nfct_get_attr(ct2, ATTR_CONNLABELS)); in cmp_clabel()
438 return __cmp_clabel(nfct_get_attr(ct1, ATTR_CONNLABELS_MASK), in cmp_clabel_mask()
439 nfct_get_attr(ct2, ATTR_CONNLABELS_MASK)); in cmp_clabel_mask()
Dapi.c466 const void *nfct_get_attr(const struct nf_conntrack *ct, in nfct_get_attr() function
498 const uint8_t *ret = nfct_get_attr(ct, type); in nfct_get_attr_u8()
514 const uint16_t *ret = nfct_get_attr(ct, type); in nfct_get_attr_u16()
530 const uint32_t *ret = nfct_get_attr(ct, type); in nfct_get_attr_u32()
546 const uint64_t *ret = nfct_get_attr(ct, type); in nfct_get_attr_u64()
Dsnprintf_default.c325 const struct nfct_bitmask *b = nfct_get_attr(ct, ATTR_CONNLABELS); in __snprintf_clabels()
Dsnprintf_xml.c360 const struct nfct_bitmask *b = nfct_get_attr(ct, ATTR_CONNLABELS); in __snprintf_clabels_xml()
/external/libnetfilter_conntrack/qa/
Dtest_api.c248 b = (void *) nfct_get_attr(ct1, attr); in test_nfct_cmp_api_single()
273 fprintf(stderr, "%p, %p, %x, %x\n", nfct_get_attr(ct1, attr), in test_nfct_cmp_api_single()
274 nfct_get_attr(ct2, attr), in test_nfct_cmp_api_single()
539 nfct_get_attr(ct, i); in main()
565 val = nfct_get_attr(ct, i); in main()
/external/libnetfilter_conntrack/examples/
Dnfct-mnl-dump-labels.c11 const struct nfct_bitmask *b = nfct_get_attr(ct, ATTR_CONNLABELS); in print_label()
Dnfct-mnl-set-label.c17 struct nfct_bitmask *b = (void *) nfct_get_attr(ct, ATTR_CONNLABELS); in set_label()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h339 extern const void *nfct_get_attr(const struct nf_conntrack *ct,