Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c91 struct flowi6 flow6 = {}; in efx_bind_neigh() local
110 flow6.flowi6_proto = IPPROTO_UDP; in efx_bind_neigh()
111 flow6.fl6_dport = encap->key.tp_dst; in efx_bind_neigh()
112 flow6.flowlabel = ip6_make_flowinfo(encap->key.tos, in efx_bind_neigh()
114 flow6.daddr = encap->key.u.ipv6.dst; in efx_bind_neigh()
115 flow6.saddr = encap->key.u.ipv6.src; in efx_bind_neigh()
128 neigh->dst_ip6 = flow6.daddr; in efx_bind_neigh()
152 dst = ip6_dst_lookup_flow(net, NULL, &flow6, NULL); in efx_bind_neigh()
162 n = dst_neigh_lookup(dst, &flow6.daddr); in efx_bind_neigh()