Home
last modified time | relevance | path

Searched refs:ct_general (Results 1 – 12 of 12) sorted by relevance

/linux/net/netfilter/
H A Dnf_conntrack_core.c547 refcount_set(&tmpl->ct_general.use, 1); in nf_ct_tmpl_alloc()
717 if (!refcount_inc_not_zero(&ct->ct_general.use)) in nf_ct_gc_expired()
786 if (likely(refcount_inc_not_zero(&ct->ct_general.use))) { in __nf_conntrack_find_get()
931 refcount_set(&ct->ct_general.use, 2); in nf_conntrack_hash_check_insert()
983 refcount_inc(&ct->ct_general.use); in __nf_conntrack_insert_prepare()
1055 nf_conntrack_get(&ct->ct_general); in __nf_ct_resolve_clash()
1442 if (!refcount_inc_not_zero(&tmp->ct_general.use)) in early_drop_list()
1594 if (!refcount_inc_not_zero(&tmp->ct_general.use)) in gc_worker()
1706 /* Because we use RCU lookups, we set ct_general.use to zero before in __nf_conntrack_alloc()
1709 refcount_set(&ct->ct_general in __nf_conntrack_alloc()
[all...]
H A Dnf_flow_table_core.c63 refcount_inc(&ct->ct_general.use); in flow_offload_alloc()
513 if (!refcount_inc_not_zero(&ct->ct_general.use)) in nf_flow_table_extend_ct_timeout()
H A Dxt_CT.c27 refcount_inc(&ct->ct_general.use); in xt_ct_target()
H A Dnf_conntrack_standalone.c313 if (unlikely(!refcount_inc_not_zero(&ct->ct_general.use))) in ct_seq_show()
381 seq_printf(s, "use=%u\n", refcount_read(&ct->ct_general.use)); in ct_seq_show()
H A Dnft_ct.c254 __refcount_inc(&ct->ct_general.use, &oldcnt); in nft_ct_set_zone_eval()
258 refcount_dec(&ct->ct_general.use); in nft_ct_set_zone_eval()
H A Dnfnetlink_queue.c855 use = refcount_read(&ct->ct_general.use); in nf_ct_drop_unconfirmed()
860 if (!refcount_dec_not_one(&ct->ct_general.use)) in nf_ct_drop_unconfirmed()
H A Dnf_conntrack_netlink.c543 if (nla_put_be32(skb, CTA_USE, htonl(refcount_read(&ct->ct_general.use)))) in ctnetlink_dump_use()
1253 refcount_inc_not_zero(&ct->ct_general.use)) in ctnetlink_dump_table()
1779 if (!refcount_inc_not_zero(&ct->ct_general.use)) in ctnetlink_dump_one_entry()
/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c313 ct = container_of(nfct, struct nf_conn, ct_general); in nf_ct_bridge_in()
/linux/net/bridge/
H A Dbr_netfilter_hooks.c598 ct = container_of(nfct, struct nf_conn, ct_general); in br_nf_local_in()
629 ct = container_of(nfct, struct nf_conn, ct_general); in br_nf_local_in()
/linux/net/sched/
H A Dact_ct.c721 nf_conntrack_get(&ct->ct_general); in tcf_ct_flow_table_lookup()
1031 nf_conntrack_get(&tmpl->ct_general); in tcf_ct_act()
/linux/include/net/
H A Dip_vs.h1762 nf_conntrack_put(&ct->ct_general); in ip_vs_notrack()
/linux/net/openvswitch/
H A Dconntrack.c750 nf_conntrack_get(&tmpl->ct_general); in __ovs_ct_lookup()