Searched refs:vxlan_dev (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 115 struct vxlan_dev { struct 279 static struct vxlan_dev *vxlan_vs_find_vni(struct vxlan_sock *vs, u32 id) in vxlan_vs_find_vni() 281 struct vxlan_dev *vxlan; in vxlan_vs_find_vni() 292 static struct vxlan_dev *vxlan_find_vni(struct net *net, u32 id, in vxlan_find_vni() 306 static int vxlan_fdb_info(struct sk_buff *skb, struct vxlan_dev *vxlan, in vxlan_fdb_info() 386 static void vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb, in vxlan_fdb_notify() 414 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_ip_miss() 426 static void vxlan_fdb_miss(struct vxlan_dev *vxlan, const u8 eth_addr[ETH_ALEN]) in vxlan_fdb_miss() 453 static inline struct hlist_head *vxlan_fdb_head(struct vxlan_dev *vxlan, in vxlan_fdb_head() 460 static struct vxlan_fdb *__vxlan_find_mac(struct vxlan_dev *vxlan, in __vxlan_find_mac() [all …]
|