Lines Matching refs:zone

48 	struct nf_conntrack_zone zone;  member
133 const struct nf_conntrack_zone *zone, in __ovs_ct_update_key() argument
137 key->ct.zone = zone->id; in __ovs_ct_update_key()
149 const struct nf_conntrack_zone *zone = &nf_ct_zone_dflt; in ovs_ct_update_key() local
161 zone = nf_ct_zone(ct); in ovs_ct_update_key()
165 zone = &info->zone; in ovs_ct_update_key()
167 __ovs_ct_update_key(key, state, zone, ct); in ovs_ct_update_key()
181 nla_put_u16(skb, OVS_KEY_ATTR_CT_ZONE, key->ct.zone)) in ovs_ct_put_key()
305 u16 zone, struct sk_buff *skb) in handle_fragments() argument
310 enum ip_defrag_users user = IP_DEFRAG_CONNTRACK_IN + zone; in handle_fragments()
321 enum ip6_defrag_users user = IP6_DEFRAG_CONNTRACK_IN + zone; in handle_fragments()
360 ovs_ct_expect_find(struct net *net, const struct nf_conntrack_zone *zone, in ovs_ct_expect_find() argument
367 return __nf_ct_expect_find(net, zone, &tuple); in ovs_ct_expect_find()
438 exp = ovs_ct_expect_find(net, &info->zone, info->family, skb); in ovs_ct_lookup()
443 __ovs_ct_update_key(key, state, &info->zone, exp->master); in ovs_ct_lookup()
464 if (key->ct.zone == info->zone.id && in ovs_ct_commit()
507 err = handle_fragments(net, key, info->zone.id, skb); in ovs_ct_execute()
601 info->zone.id = nla_get_u16(a); in parse_ct()
688 nf_ct_zone_init(&ct_info.zone, NF_CT_DEFAULT_ZONE_ID, in ovs_ct_copy_action()
696 ct_info.ct = nf_ct_tmpl_alloc(net, &ct_info.zone, GFP_KERNEL); in ovs_ct_copy_action()
734 nla_put_u16(skb, OVS_CT_ATTR_ZONE, ct_info->zone.id)) in ovs_ct_action_to_attr()