HomeSort by relevance Sort by last modified time
    Searched refs:nfnl_ct_get_timeout (Results 1 - 3 of 3) sorted by null

  /external/libnl/include/netlink/netfilter/
ct.h 80 extern uint32_t nfnl_ct_get_timeout(const struct nfnl_ct *);
  /external/libnl/lib/netfilter/
ct_obj.c 230 uint64_t timeout_ms = nfnl_ct_get_timeout(ct) * 1000UL;
543 uint32_t nfnl_ct_get_timeout(const struct nfnl_ct *ct) function
ct.c 540 NLA_PUT_U32(msg, CTA_TIMEOUT, htonl(nfnl_ct_get_timeout(ct)));

Completed in 731 milliseconds