Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/netfilter/
Dct.h80 extern uint32_t nfnl_ct_get_timeout(const struct nfnl_ct *);
/third_party/libnl/
Dlibnl-nf-3.sym36 nfnl_ct_get_timeout;
/third_party/libnl/lib/netfilter/
Dct_obj.c231 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
Dct.c530 NLA_PUT_U32(msg, CTA_TIMEOUT, htonl(nfnl_ct_get_timeout(ct))); in nfnl_ct_build_message()