Home
last modified time | relevance | path

Searched refs:nf_ct_zone (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/include/net/netfilter/
Dnf_conntrack_zones.h9 nf_ct_zone(const struct nf_conn *ct) in nf_ct_zone() function
39 return nf_ct_zone(tmpl); in nf_ct_zone_tmpl()
72 return nf_ct_zone_id(nf_ct_zone(a), dir) == in nf_ct_zone_equal()
83 return nf_ct_zone(a)->id == b->id; in nf_ct_zone_equal_any()
/linux-6.1.9/net/netfilter/
Dnf_conntrack_core.c625 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_ORIGINAL)); in __nf_ct_delete_from_lists()
628 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_REPLY)); in __nf_ct_delete_from_lists()
722 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_ORIGINAL) && in nf_ct_match()
723 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) && in nf_ct_match()
891 zone = nf_ct_zone(ct); in nf_conntrack_hash_check_insert()
903 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_ORIGINAL)); in nf_conntrack_hash_check_insert()
906 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_REPLY)); in nf_conntrack_hash_check_insert()
1053 zone = nf_ct_zone(loser_ct); in nf_ct_resolve_clash_harder()
1182 zone = nf_ct_zone(ct); in __nf_conntrack_confirm()
1192 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_REPLY)); in __nf_conntrack_confirm()
[all …]
Dxt_connlimit.c45 zone = nf_ct_zone(ct); in connlimit_mt()
Dnf_conntrack_pptp.c115 exp_other = nf_ct_expect_find_get(net, nf_ct_zone(ct), &inv_t); in pptp_expectfn()
138 zone = nf_ct_zone(ct); in destroy_sibling_or_exp()
Dnf_nat_core.c513 zone = nf_ct_zone(ct); in get_unique_tuple()
629 srchash = hash_by_src(net, nf_ct_zone(ct), in nf_nat_setup_info()
808 h = hash_by_src(nf_ct_net(ct), nf_ct_zone(ct), &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple); in nf_nat_cleanup_conntrack()
Dnft_connlimit.c39 zone = nf_ct_zone(ct); in nft_connlimit_do_eval()
Dnf_conntrack_expect.c264 nf_ct_zone_equal_any(a->master, nf_ct_zone(b->master)); in expect_clash()
273 nf_ct_zone_equal_any(a->master, nf_ct_zone(b->master)); in expect_matches()
Dnf_conntrack_standalone.c200 const struct nf_conntrack_zone *zone = nf_ct_zone(ct); in ct_show_zone()
Dnf_conntrack_netlink.c583 zone = nf_ct_zone(ct); in ctnetlink_fill_info()
759 zone = nf_ct_zone(ct); in ctnetlink_conntrack_event()
2678 zone = nf_ct_zone(ct); in __ctnetlink_glue_build()
Dnft_ct.c169 const struct nf_conntrack_zone *zone = nf_ct_zone(ct); in nft_ct_get_eval()
Dnf_conntrack_sip.c924 exp = __nf_ct_expect_find(net, nf_ct_zone(ct), &tuple); in set_expected_rtp_rtcp()
Dnf_conntrack_h323_main.c1197 exp = __nf_ct_expect_find(net, nf_ct_zone(ct), &tuple); in find_expect()
/linux-6.1.9/net/ipv6/netfilter/
Dnf_defrag_ipv6_hooks.c39 zone_id = nf_ct_zone_id(nf_ct_zone(ct), CTINFO2DIR(ctinfo)); in nf_ct6_defrag_user()
/linux-6.1.9/net/ipv4/netfilter/
Dnf_defrag_ipv4.c49 zone_id = nf_ct_zone_id(nf_ct_zone(ct), CTINFO2DIR(ctinfo)); in nf_ct_defrag_user()
Dnf_nat_pptp.c85 other_exp = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t); in pptp_nat_expected()
/linux-6.1.9/net/bridge/netfilter/
Dnf_conntrack_bridge.c159 zone_id = nf_ct_zone_id(nf_ct_zone(ct), CTINFO2DIR(ctinfo)); in nf_ct_br_defrag4()
187 zone_id = nf_ct_zone_id(nf_ct_zone(ct), CTINFO2DIR(ctinfo)); in nf_ct_br_defrag6()
/linux-6.1.9/net/openvswitch/
Dconntrack.c264 zone = nf_ct_zone(ct); in ovs_ct_update_key()
703 if (!nf_ct_zone_equal_any(info->ct, nf_ct_zone(ct))) in skb_nfct_cached()
/linux-6.1.9/net/sched/
Dact_ct.c670 if (nf_ct_zone(ct)->id != zone_id) in tcf_ct_skb_nfct_cached()