Searched refs:nfnl_ct_get_id (Results 1 – 3 of 3) sorted by relevance
92 extern uint32_t nfnl_ct_get_id(const struct nfnl_ct *);
546 NLA_PUT_U32(msg, CTA_ID, htonl(nfnl_ct_get_id(ct))); in nfnl_ct_build_message()
591 uint32_t nfnl_ct_get_id(const struct nfnl_ct *ct) in nfnl_ct_get_id() function