Home
last modified time | relevance | path

Searched refs:other_dst (Results 1 – 3 of 3) sorted by relevance

/net/netfilter/
Dnft_flow_offload.c28 struct dst_entry *other_dst = NULL; in nft_flow_route() local
43 nf_route(nft_net(pkt), &other_dst, &fl, false, nft_pf(pkt)); in nft_flow_route()
44 if (!other_dst) in nft_flow_route()
48 route->tuple[!dir].dst = other_dst; in nft_flow_route()
Dnf_flow_table_offload.c81 struct dst_entry *other_dst) in nf_flow_rule_match() argument
95 if (other_dst && other_dst->lwtstate) { in nf_flow_rule_match()
96 tun_info = lwt_tun_info(other_dst->lwtstate); in nf_flow_rule_match()
584 struct dst_entry *other_dst; in nf_flow_offload_rule_alloc() local
600 other_dst = flow->tuplehash[!dir].tuple.dst_cache; in nf_flow_offload_rule_alloc()
601 err = nf_flow_rule_match(&flow_rule->match, tuple, other_dst); in nf_flow_offload_rule_alloc()
Dnf_flow_table_core.c82 struct dst_entry *other_dst = route->tuple[!dir].dst; in flow_offload_fill_route() local
97 flow_tuple->iifidx = other_dst->dev->ifindex; in flow_offload_fill_route()