Searched refs:nfct_get_attr (Results 1 – 8 of 8) sorted by relevance
/external/libnetfilter_conntrack/src/conntrack/ |
D | compare.c | 429 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()
|
D | api.c | 466 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()
|
D | snprintf_default.c | 325 const struct nfct_bitmask *b = nfct_get_attr(ct, ATTR_CONNLABELS); in __snprintf_clabels()
|
D | snprintf_xml.c | 360 const struct nfct_bitmask *b = nfct_get_attr(ct, ATTR_CONNLABELS); in __snprintf_clabels_xml()
|
/external/libnetfilter_conntrack/qa/ |
D | test_api.c | 248 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/ |
D | nfct-mnl-dump-labels.c | 11 const struct nfct_bitmask *b = nfct_get_attr(ct, ATTR_CONNLABELS); in print_label()
|
D | nfct-mnl-set-label.c | 17 struct nfct_bitmask *b = (void *) nfct_get_attr(ct, ATTR_CONNLABELS); in set_label()
|
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/ |
D | libnetfilter_conntrack.h | 339 extern const void *nfct_get_attr(const struct nf_conntrack *ct,
|