Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dvxlan.c61 static int vxlan_sock_add(struct vxlan_dev *vxlan);
63 static void vxlan_vs_del_dev(struct vxlan_dev *vxlan);
230 static struct vxlan_dev *vxlan_vs_find_vni(struct vxlan_sock *vs, int ifindex, in vxlan_vs_find_vni()
258 static struct vxlan_dev *vxlan_find_vni(struct net *net, int ifindex, in vxlan_find_vni()
272 static int vxlan_fdb_info(struct sk_buff *skb, struct vxlan_dev *vxlan, in vxlan_fdb_info()
356 static void vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb, in vxlan_fdb_notify()
384 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_ip_miss()
396 static void vxlan_fdb_miss(struct vxlan_dev *vxlan, const u8 eth_addr[ETH_ALEN]) in vxlan_fdb_miss()
431 static inline struct hlist_head *vxlan_fdb_head(struct vxlan_dev *vxlan, in vxlan_fdb_head()
441 static struct vxlan_fdb *__vxlan_find_mac(struct vxlan_dev *vxlan, in __vxlan_find_mac()
[all …]
/Linux-v4.19/include/net/
Dvxlan.h221 struct vxlan_dev *vxlan;
225 struct vxlan_dev { struct
/Linux-v4.19/net/openvswitch/
Dvport-vxlan.c37 struct vxlan_dev *vxlan = netdev_priv(vport->dev); in vxlan_get_options()