Lines Matching refs:vxlan_dev

78 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()
440 static struct vxlan_fdb *vxlan_find_mac(struct vxlan_dev *vxlan, in vxlan_find_mac()
660 static int vxlan_fdb_create(struct vxlan_dev *vxlan, in vxlan_fdb_create()
757 static void vxlan_fdb_destroy(struct vxlan_dev *vxlan, struct vxlan_fdb *f) in vxlan_fdb_destroy()
769 static int vxlan_fdb_parse(struct nlattr *tb[], struct vxlan_dev *vxlan, in vxlan_fdb_parse()
829 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_fdb_add()
865 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_fdb_delete()
915 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_fdb_dump()
952 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_snoop()
993 static bool vxlan_group_used(struct vxlan_net *vn, struct vxlan_dev *dev) in vxlan_group_used()
995 struct vxlan_dev *vxlan; in vxlan_group_used()
1053 static void vxlan_sock_release(struct vxlan_dev *vxlan) in vxlan_sock_release()
1064 static int vxlan_igmp_join(struct vxlan_dev *vxlan) in vxlan_igmp_join()
1095 static int vxlan_igmp_leave(struct vxlan_dev *vxlan) in vxlan_igmp_leave()
1157 struct vxlan_dev *vxlan; in vxlan_rcv()
1352 struct vxlan_dev *vxlan = netdev_priv(dev); in arp_reduce()
1523 struct vxlan_dev *vxlan = netdev_priv(dev); in neigh_reduce()
1593 struct vxlan_dev *vxlan = netdev_priv(dev); in route_shortcircuit()
1846 static struct dst_entry *vxlan6_get_route(struct vxlan_dev *vxlan, in vxlan6_get_route()
1874 static void vxlan_encap_bypass(struct sk_buff *skb, struct vxlan_dev *src_vxlan, in vxlan_encap_bypass()
1875 struct vxlan_dev *dst_vxlan) in vxlan_encap_bypass()
1922 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_xmit_one()
2033 struct vxlan_dev *dst_vxlan; in vxlan_xmit_one()
2091 struct vxlan_dev *dst_vxlan; in vxlan_xmit_one()
2140 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_xmit()
2223 struct vxlan_dev *vxlan = (struct vxlan_dev *) arg; in vxlan_cleanup()
2258 static void vxlan_vs_add_dev(struct vxlan_sock *vs, struct vxlan_dev *vxlan) in vxlan_vs_add_dev()
2278 static void vxlan_fdb_delete_default(struct vxlan_dev *vxlan) in vxlan_fdb_delete_default()
2291 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_uninit()
2301 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_open()
2325 static void vxlan_flush(struct vxlan_dev *vxlan) in vxlan_flush()
2346 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_stop()
2397 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_change_mtu()
2408 struct vxlan_dev *vxlan = netdev_priv(dev); in egress_ipv4_tun_info()
2431 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_fill_metadata_dst()
2516 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_setup()
2720 static int __vxlan_sock_add(struct vxlan_dev *vxlan, bool ipv6) in __vxlan_sock_add()
2750 static int vxlan_sock_add(struct vxlan_dev *vxlan) in vxlan_sock_add()
2773 struct vxlan_dev *vxlan = netdev_priv(dev), *tmp; in vxlan_dev_configure()
3030 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_dellink()
3072 const struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_fill_info()
3160 struct vxlan_dev *vxlan = netdev_priv(dev); in vxlan_get_link_net()
3169 .priv_size = sizeof(struct vxlan_dev),
3182 struct vxlan_dev *vxlan, *next; in vxlan_handle_lowerdev_unregister()
3234 struct vxlan_dev *vxlan, *next; in vxlan_exit_net()