Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/
Dvxlan.c315 bool send_ip, send_eth; in vxlan_fdb_info() local
324 send_eth = send_ip = true; in vxlan_fdb_info()
328 send_ip = !vxlan_addr_any(&rdst->remote_ip); in vxlan_fdb_info()
345 if (send_ip && vxlan_nla_put_addr(skb, NDA_DST, &rdst->remote_ip)) in vxlan_fdb_info()