Home
last modified time | relevance | path

Searched refs:nf_ct_get_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack.h353 u32 nf_ct_get_id(const struct nf_conn *ct);
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c487 u32 nf_ct_get_id(const struct nf_conn *ct) in nf_ct_get_id() function
506 EXPORT_SYMBOL_GPL(nf_ct_get_id);
H A Dnft_ct.c172 *dest = nf_ct_get_id(ct); in nft_ct_get_eval()
H A Dnf_conntrack_netlink.c516 __be32 id = (__force __be32)nf_ct_get_id(ct); in ctnetlink_dump_id()
1630 if (id != (__force __be32)nf_ct_get_id(ct)) { in ctnetlink_del_conntrack()