Searched defs:nfct_get_attr (Results 1 - 1 of 1) sorted by relevance

/external/libnetfilter_conntrack/src/conntrack/
H A Dapi.c459 * nfct_get_attr - get a conntrack attribute
466 const void *nfct_get_attr(const struct nf_conntrack *ct, function
498 const uint8_t *ret = nfct_get_attr(ct, type);
514 const uint16_t *ret = nfct_get_attr(ct, type);
530 const uint32_t *ret = nfct_get_attr(ct, type);
546 const uint64_t *ret = nfct_get_attr(ct, type);

Completed in 110 milliseconds