Searched refs:flow4 (Results 1 – 1 of 1) sorted by relevance
92 struct flowi4 flow4 = {}; in efx_bind_neigh() local102 flow4.flowi4_proto = IPPROTO_UDP; in efx_bind_neigh()103 flow4.fl4_dport = encap->key.tp_dst; in efx_bind_neigh()104 flow4.flowi4_dscp = inet_dsfield_to_dscp(encap->key.tos); in efx_bind_neigh()105 flow4.daddr = encap->key.u.ipv4.dst; in efx_bind_neigh()106 flow4.saddr = encap->key.u.ipv4.src; in efx_bind_neigh()127 neigh->dst_ip = flow4.daddr; in efx_bind_neigh()173 rt = ip_route_output_key(net, &flow4); in efx_bind_neigh()185 n = dst_neigh_lookup(&rt->dst, &flow4.daddr); in efx_bind_neigh()