Home
last modified time | relevance | path

Searched refs:nfnl_ct_get_timeout (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/netfilter/
Dct.h80 extern uint32_t nfnl_ct_get_timeout(const struct nfnl_ct *);
/external/libnl/lib/netfilter/
Dct_obj.c230 uint64_t timeout_ms = nfnl_ct_get_timeout(ct) * 1000UL; in ct_dump_details()
543 uint32_t nfnl_ct_get_timeout(const struct nfnl_ct *ct) in nfnl_ct_get_timeout() function
Dct.c540 NLA_PUT_U32(msg, CTA_TIMEOUT, htonl(nfnl_ct_get_timeout(ct))); in nfnl_ct_build_message()