Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnft_flow_offload.c223 struct dst_entry *other_dst = NULL; in nft_flow_route() local
238 nf_route(nft_net(pkt), &other_dst, &fl, false, nft_pf(pkt)); in nft_flow_route()
239 if (!other_dst) in nft_flow_route()
243 nft_default_forward_path(route, other_dst, !dir); in nft_flow_route()
A Dnf_flow_table_offload.c93 struct dst_entry *other_dst) in nf_flow_rule_match() argument
108 if (other_dst && other_dst->lwtstate) { in nf_flow_rule_match()
109 tun_info = lwt_tun_info(other_dst->lwtstate); in nf_flow_rule_match()
728 struct dst_entry *other_dst = NULL; in nf_flow_offload_rule_alloc() local
747 other_dst = other_tuple->dst_cache; in nf_flow_offload_rule_alloc()
749 err = nf_flow_rule_match(&flow_rule->match, tuple, other_dst); in nf_flow_offload_rule_alloc()

Completed in 6 milliseconds