Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/vxlan/
Dvxlan_core.c157 bool send_ip, send_eth; in vxlan_fdb_info() local
171 send_eth = send_ip = true; in vxlan_fdb_info()
183 send_ip = !vxlan_addr_any(&rdst->remote_ip); in vxlan_fdb_info()
184 ndm->ndm_family = send_ip ? rdst->remote_ip.sa.sa_family : AF_INET; in vxlan_fdb_info()
209 if (send_ip && vxlan_nla_put_addr(skb, NDA_DST, in vxlan_fdb_info()