Searched refs:nfnl_ct_get_timeout (Results 1 – 4 of 4) sorted by relevance
80 extern uint32_t nfnl_ct_get_timeout(const struct nfnl_ct *);
36 nfnl_ct_get_timeout;
231 uint64_t timeout_ms = nfnl_ct_get_timeout(ct) * 1000UL; in ct_dump_details()544 uint32_t nfnl_ct_get_timeout(const struct nfnl_ct *ct) in nfnl_ct_get_timeout() function
530 NLA_PUT_U32(msg, CTA_TIMEOUT, htonl(nfnl_ct_get_timeout(ct))); in nfnl_ct_build_message()