Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/netfilter/
Dnf_conntrack.h88 struct nf_conntrack ct_general; member
183 if (ct && refcount_dec_and_test(&ct->ct_general.use)) in nf_ct_put()
184 nf_ct_destroy(&ct->ct_general); in nf_ct_put()
/linux-5.19.10/net/netfilter/
Dnf_conntrack_core.c557 refcount_set(&tmpl->ct_general.use, 1); in nf_ct_tmpl_alloc()
729 if (!refcount_inc_not_zero(&ct->ct_general.use)) in nf_ct_gc_expired()
800 if (likely(refcount_inc_not_zero(&ct->ct_general.use))) { in __nf_conntrack_find_get()
932 refcount_set(&ct->ct_general.use, 2); in nf_conntrack_hash_check_insert()
990 refcount_inc(&ct->ct_general.use); in __nf_conntrack_insert_prepare()
1016 nf_conntrack_get(&ct->ct_general); in __nf_ct_resolve_clash()
1393 if (!refcount_inc_not_zero(&tmp->ct_general.use)) in early_drop_list()
1545 if (!refcount_inc_not_zero(&tmp->ct_general.use)) in gc_worker()
1655 refcount_set(&ct->ct_general.use, 0); in __nf_conntrack_alloc()
1680 WARN_ON(refcount_read(&ct->ct_general.use) != 0); in nf_conntrack_free()
[all …]
Dxt_CT.c27 refcount_inc(&ct->ct_general.use); in xt_ct_target()
Dnf_conntrack_standalone.c306 if (unlikely(!refcount_inc_not_zero(&ct->ct_general.use))) in ct_seq_show()
376 seq_printf(s, "use=%u\n", refcount_read(&ct->ct_general.use)); in ct_seq_show()
Dnf_synproxy_core.c530 synproxy_send_tcp(net, skb, nskb, &snet->tmpl->ct_general, IP_CT_NEW, in synproxy_send_server_syn()
944 synproxy_send_tcp_ipv6(net, skb, nskb, &snet->tmpl->ct_general, in synproxy_send_server_syn_ipv6()
Dnft_ct.c263 if (likely(refcount_read(&ct->ct_general.use) == 1)) { in nft_ct_set_zone_eval()
264 refcount_inc(&ct->ct_general.use); in nft_ct_set_zone_eval()
Dnf_flow_table_core.c57 !refcount_inc_not_zero(&ct->ct_general.use))) in flow_offload_alloc()
Dnf_conntrack_expect.c211 !refcount_inc_not_zero(&exp->master->ct_general.use))) in nf_ct_find_expectation()
Dnf_conntrack_netlink.c517 if (nla_put_be32(skb, CTA_USE, htonl(refcount_read(&ct->ct_general.use)))) in ctnetlink_dump_use()
1208 refcount_inc_not_zero(&ct->ct_general.use)) in ctnetlink_dump_table()
1233 nf_conntrack_get(&ct->ct_general); in ctnetlink_dump_table()
1751 if (!refcount_inc_not_zero(&ct->ct_general.use)) in ctnetlink_dump_one_entry()
/linux-5.19.10/include/net/tc_act/
Dtc_ct.h76 nf_conntrack_get(&ct->ct_general); in tcf_ct_flow_table_restore_skb()
/linux-5.19.10/net/sched/
Dact_ct.c632 nf_conntrack_get(&ct->ct_general); in tcf_ct_flow_table_lookup()
1099 nf_conntrack_get(&tmpl->ct_general); in tcf_ct_act()
/linux-5.19.10/include/net/
Dip_vs.h1617 nf_conntrack_put(&ct->ct_general); in ip_vs_notrack()
/linux-5.19.10/net/openvswitch/
Dconntrack.c974 nf_conntrack_get(&tmpl->ct_general); in __ovs_ct_lookup()