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