Searched refs:nf_ct_zone (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/include/net/netfilter/ |
D | nf_conntrack_zones.h | 9 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.12.1/net/netfilter/ |
D | nf_conntrack_core.c | 612 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_ORIGINAL)); in __nf_ct_delete_from_lists() 615 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_REPLY)); in __nf_ct_delete_from_lists() 709 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_ORIGINAL) && in nf_ct_match() 710 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) && in nf_ct_match() 879 zone = nf_ct_zone(ct); in nf_conntrack_hash_check_insert() 889 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_ORIGINAL)); in nf_conntrack_hash_check_insert() 892 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_REPLY)); in nf_conntrack_hash_check_insert() 1023 id1 = nf_ct_zone_id(nf_ct_zone(ct1), IP_CT_DIR_ORIGINAL); in nf_ct_match_reverse() 1024 id2 = nf_ct_zone_id(nf_ct_zone(ct2), IP_CT_DIR_REPLY); in nf_ct_match_reverse() 1028 id1 = nf_ct_zone_id(nf_ct_zone(ct1), IP_CT_DIR_REPLY); in nf_ct_match_reverse() [all …]
|
D | nf_nat_core.c | 287 zone = nf_ct_zone(ignored_ct); in nf_nat_used_tuple_new() 372 zone = nf_ct_zone(ignored_conntrack); in nf_nat_used_tuple_harder() 716 zone = nf_ct_zone(ct); in get_unique_tuple() 832 srchash = hash_by_src(net, nf_ct_zone(ct), in nf_nat_setup_info() 1011 h = hash_by_src(nf_ct_net(ct), nf_ct_zone(ct), &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple); in nf_nat_cleanup_conntrack()
|
D | xt_connlimit.c | 45 zone = nf_ct_zone(ct); in connlimit_mt()
|
D | nf_conntrack_pptp.c | 115 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()
|
D | nf_conntrack_expect.c | 264 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()
|
D | nft_connlimit.c | 39 zone = nf_ct_zone(ct); in nft_connlimit_do_eval()
|
D | nf_conntrack_standalone.c | 197 const struct nf_conntrack_zone *zone = nf_ct_zone(ct); in ct_show_zone()
|
D | nf_conntrack_netlink.c | 587 zone = nf_ct_zone(ct); in ctnetlink_fill_info() 763 zone = nf_ct_zone(ct); in ctnetlink_conntrack_event() 2677 zone = nf_ct_zone(ct); in __ctnetlink_glue_build()
|
D | nft_ct.c | 159 const struct nf_conntrack_zone *zone = nf_ct_zone(ct); in nft_ct_get_eval()
|
D | nf_conntrack_sip.c | 924 exp = __nf_ct_expect_find(net, nf_ct_zone(ct), &tuple); in set_expected_rtp_rtcp()
|
D | nf_conntrack_h323_main.c | 1197 exp = __nf_ct_expect_find(net, nf_ct_zone(ct), &tuple); in find_expect()
|
/linux-6.12.1/net/ipv6/netfilter/ |
D | nf_defrag_ipv6_hooks.c | 40 zone_id = nf_ct_zone_id(nf_ct_zone(ct), CTINFO2DIR(ctinfo)); in nf_ct6_defrag_user()
|
/linux-6.12.1/net/bridge/netfilter/ |
D | nf_conntrack_bridge.c | 159 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.12.1/net/ipv4/netfilter/ |
D | nf_defrag_ipv4.c | 50 zone_id = nf_ct_zone_id(nf_ct_zone(ct), CTINFO2DIR(ctinfo)); in nf_ct_defrag_user()
|
D | nf_nat_pptp.c | 85 other_exp = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t); in pptp_nat_expected()
|
/linux-6.12.1/net/openvswitch/ |
D | conntrack.c | 271 zone = nf_ct_zone(ct); in ovs_ct_update_key() 581 if (!nf_ct_zone_equal_any(info->ct, nf_ct_zone(ct))) in skb_nfct_cached()
|
/linux-6.12.1/net/sched/ |
D | act_ct.c | 757 if (nf_ct_zone(ct)->id != p->zone) in tcf_ct_skb_nfct_cached()
|