Searched refs:nfnl_ct_set_timeout (Results 1 – 4 of 4) sorted by relevance
78 extern void nfnl_ct_set_timeout(struct nfnl_ct *, uint32_t);
71 nfnl_ct_set_timeout(ct, timeout); in nl_cli_ct_parse_timeout()
374 nfnl_ct_set_timeout(ct, ntohl(nla_get_u32(tb[CTA_TIMEOUT]))); in nfnlmsg_ct_parse()
532 void nfnl_ct_set_timeout(struct nfnl_ct *ct, uint32_t timeout) in nfnl_ct_set_timeout() function