Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/netfilter/
A Dnf_conntrack.h86 struct nf_conntrack ct_general; member
131 return container_of(nfct, struct nf_conn, ct_general); in nf_ct_to_nf_conn()
189 if (ct && refcount_dec_and_test(&ct->ct_general.use)) in nf_ct_put()
190 nf_ct_destroy(&ct->ct_general); in nf_ct_put()
/linux-6.3-rc2/include/net/tc_act/
A Dtc_ct.h77 nf_conntrack_get(&ct->ct_general); in tcf_ct_flow_table_restore_skb()
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_core.c553 refcount_set(&tmpl->ct_general.use, 1); in nf_ct_tmpl_alloc()
723 if (!refcount_inc_not_zero(&ct->ct_general.use)) in nf_ct_gc_expired()
938 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()
1389 if (!refcount_inc_not_zero(&tmp->ct_general.use)) in early_drop_list()
1549 if (!refcount_inc_not_zero(&tmp->ct_general.use)) in gc_worker()
1660 refcount_set(&ct->ct_general.use, 0); in __nf_conntrack_alloc()
1685 WARN_ON(refcount_read(&ct->ct_general.use) != 0); in nf_conntrack_free()
1802 refcount_set(&ct->ct_general.use, 1); in init_conntrack()
[all …]
A Dxt_CT.c27 refcount_inc(&ct->ct_general.use); in xt_ct_target()
A Dnf_conntrack_standalone.c304 if (unlikely(!refcount_inc_not_zero(&ct->ct_general.use))) in ct_seq_show()
372 seq_printf(s, "use=%u\n", refcount_read(&ct->ct_general.use)); in ct_seq_show()
A 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()
A Dnft_ct.c253 if (likely(refcount_read(&ct->ct_general.use) == 1)) { in nft_ct_set_zone_eval()
254 refcount_inc(&ct->ct_general.use); in nft_ct_set_zone_eval()
A Dnf_flow_table_core.c63 refcount_inc(&ct->ct_general.use); in flow_offload_alloc()
A Dnf_conntrack_expect.c211 !refcount_inc_not_zero(&exp->master->ct_general.use))) in nf_ct_find_expectation()
A Dnf_conntrack_netlink.c523 if (nla_put_be32(skb, CTA_USE, htonl(refcount_read(&ct->ct_general.use)))) in ctnetlink_dump_use()
1213 refcount_inc_not_zero(&ct->ct_general.use)) in ctnetlink_dump_table()
1238 nf_conntrack_get(&ct->ct_general); in ctnetlink_dump_table()
1756 if (!refcount_inc_not_zero(&ct->ct_general.use)) in ctnetlink_dump_one_entry()
/linux-6.3-rc2/net/sched/
A Dact_ct.c664 nf_conntrack_get(&ct->ct_general); in tcf_ct_flow_table_lookup()
973 nf_conntrack_get(&tmpl->ct_general); in tcf_ct_act()
/linux-6.3-rc2/include/net/
A Dip_vs.h1767 nf_conntrack_put(&ct->ct_general); in ip_vs_notrack()
/linux-6.3-rc2/net/openvswitch/
A Dconntrack.c765 nf_conntrack_get(&tmpl->ct_general); in __ovs_ct_lookup()

Completed in 37 milliseconds