Searched refs:nf_ct_get_id (Results 1 – 4 of 4) sorted by relevance
357 u32 nf_ct_get_id(const struct nf_conn *ct);
484 u32 nf_ct_get_id(const struct nf_conn *ct) in nf_ct_get_id() function503 EXPORT_SYMBOL_GPL(nf_ct_get_id);507 return nf_ct_get_id(nf_ct_to_nf_conn(nfct)); in nf_conntrack_get_id()
532 __be32 id = (__force __be32)nf_ct_get_id(ct); in ctnetlink_dump_id()1206 unsigned long id = nf_ct_get_id(ct); in ctnetlink_get_id()1655 if (id != (__force __be32)nf_ct_get_id(ct)) { in ctnetlink_del_conntrack()3140 id += nf_ct_get_id(exp->master); in ctnetlink_exp_id()
174 *dest = nf_ct_get_id(ct); in nft_ct_get_eval()