Searched refs:nf_ct_zone (Results 1 – 14 of 14) sorted by relevance
| /linux/include/net/netfilter/ |
| H A 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/net/netfilter/ |
| H A D | nf_conntrack_core.c | 616 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_ORIGINAL)); in __nf_ct_delete_from_lists() 619 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_REPLY)); in __nf_ct_delete_from_lists() 713 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_ORIGINAL) && in nf_ct_match() 714 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) && in nf_ct_match() 883 zone = nf_ct_zone(ct); in nf_conntrack_hash_check_insert() 893 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_ORIGINAL)); in nf_conntrack_hash_check_insert() 896 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_REPLY)); in nf_conntrack_hash_check_insert() 1027 id1 = nf_ct_zone_id(nf_ct_zone(ct1), IP_CT_DIR_ORIGINAL); in nf_ct_match_reverse() 1028 id2 = nf_ct_zone_id(nf_ct_zone(ct2), IP_CT_DIR_REPLY); in nf_ct_match_reverse() 1032 id1 = nf_ct_zone_id(nf_ct_zone(ct1), IP_CT_DIR_REPLY); in nf_ct_match_reverse() [all …]
|
| H A 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()
|
| H A D | nf_conncount.c | 141 *zone = nf_ct_zone(found_ct); in get_ct_or_tuple_from_skb() 150 *zone = nf_ct_zone(found_ct); in get_ct_or_tuple_from_skb()
|
| H A D | nf_conntrack_expect.c | 269 nf_ct_zone_equal_any(a->master, nf_ct_zone(b->master)); in expect_clash() 278 nf_ct_zone_equal_any(a->master, nf_ct_zone(b->master)); in expect_matches()
|
| H A D | nf_conntrack_netlink.c | 603 zone = nf_ct_zone(ct); in ctnetlink_fill_info() 782 zone = nf_ct_zone(ct); in ctnetlink_conntrack_event() 2677 zone = nf_ct_zone(ct); in __ctnetlink_glue_build()
|
| H A D | nft_ct.c | 161 const struct nf_conntrack_zone *zone = nf_ct_zone(ct); in nft_ct_get_eval()
|
| H A D | nf_conntrack_sip.c | 1002 exp = __nf_ct_expect_find(net, nf_ct_zone(ct), &tuple); in set_expected_rtp_rtcp()
|
| H A D | nf_conntrack_h323_main.c | 1198 exp = __nf_ct_expect_find(net, nf_ct_zone(ct), &tuple); in find_expect()
|
| /linux/net/ipv6/netfilter/ |
| H A 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/net/ipv4/netfilter/ |
| H A D | nf_defrag_ipv4.c | 50 zone_id = nf_ct_zone_id(nf_ct_zone(ct), CTINFO2DIR(ctinfo)); in nf_ct_defrag_user()
|
| H A D | nf_nat_pptp.c | 85 other_exp = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t); in pptp_nat_expected()
|
| /linux/net/openvswitch/ |
| H A 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/net/sched/ |
| H A D | act_ct.c | 763 if (nf_ct_zone(ct)->id != p->zone) in tcf_ct_skb_nfct_cached()
|