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

/linux-master/net/netfilter/
H A Dnft_flow_offload.c228 struct dst_entry *other_dst = NULL; local
256 nf_route(nft_net(pkt), &other_dst, &fl, false, nft_pf(pkt));
257 if (!other_dst) {
263 nft_default_forward_path(route, other_dst, !dir);
H A Dnf_flow_table_offload.c92 struct dst_entry *other_dst)
107 if (other_dst && other_dst->lwtstate) {
108 tun_info = lwt_tun_info(other_dst->lwtstate);
739 struct dst_entry *other_dst = NULL; local
758 other_dst = other_tuple->dst_cache;
760 err = nf_flow_rule_match(&flow_rule->match, tuple, other_dst);
90 nf_flow_rule_match(struct nf_flow_match *match, const struct flow_offload_tuple *tuple, struct dst_entry *other_dst) argument

Completed in 117 milliseconds