Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/
Dvxlan.c78 static int vxlan_sock_add(struct vxlan_dev *vxlan);
245 static struct vxlan_dev *vxlan_vs_find_vni(struct vxlan_sock *vs, u32 id) in vxlan_vs_find_vni()
247 struct vxlan_dev *vxlan; in vxlan_vs_find_vni()
258 static struct vxlan_dev *vxlan_find_vni(struct net *net, u32 id, in vxlan_find_vni()
272 static int vxlan_fdb_info(struct sk_buff *skb, struct vxlan_dev *vxlan, in vxlan_fdb_info()
352 static void vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb, in vxlan_fdb_notify()
380 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_ip_miss()
392 static void vxlan_fdb_miss(struct vxlan_dev *vxlan, const u8 eth_addr[ETH_ALEN]) in vxlan_fdb_miss()
419 static inline struct hlist_head *vxlan_fdb_head(struct vxlan_dev *vxlan, in vxlan_fdb_head()
426 static struct vxlan_fdb *__vxlan_find_mac(struct vxlan_dev *vxlan, in __vxlan_find_mac()
[all …]
/linux-4.4.14/include/net/
Dvxlan.h152 struct vxlan_dev { struct
201 static inline __be16 vxlan_dev_dst_port(struct vxlan_dev *vxlan, in vxlan_dev_dst_port()
/linux-4.4.14/net/openvswitch/
Dvport-vxlan.c37 struct vxlan_dev *vxlan = netdev_priv(vport->dev); in vxlan_get_options()