Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/
Dtc_encap_actions.c90 struct flowi4 flow4 = {}; in efx_bind_neigh() local
100 flow4.flowi4_proto = IPPROTO_UDP; in efx_bind_neigh()
101 flow4.fl4_dport = encap->key.tp_dst; in efx_bind_neigh()
102 flow4.flowi4_tos = encap->key.tos; in efx_bind_neigh()
103 flow4.daddr = encap->key.u.ipv4.dst; in efx_bind_neigh()
104 flow4.saddr = encap->key.u.ipv4.src; in efx_bind_neigh()
125 neigh->dst_ip = flow4.daddr; in efx_bind_neigh()
172 rt = ip_route_output_key(net, &flow4); in efx_bind_neigh()
184 n = dst_neigh_lookup(&rt->dst, &flow4.daddr); in efx_bind_neigh()
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/
Dtunnel_conf.c669 struct flowi4 flow4 = {}; in nfp_tun_neigh_update() local
671 flow4.daddr = *(__be32 *)n->primary_key; in nfp_tun_neigh_update()
680 rt = ip_route_output_key(dev_net(n->dev), &flow4); in nfp_tun_neigh_update()
687 nfp_tun_write_neigh(n->dev, app, &flow4, n, false, false); in nfp_tun_neigh_update()