Symbol: vxlan_fdb
drivers/net/vxlan/vxlan_core.c
1076
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
1111
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
1135
static void vxlan_fdb_dst_destroy(struct vxlan_dev *vxlan, struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
1279
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
1342
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
1394
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
1428
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
157
const struct vxlan_fdb *fdb,
drivers/net/vxlan/vxlan_core.c
1882
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
2054
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
264
static void __vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb,
drivers/net/vxlan/vxlan_core.c
2651
struct vxlan_fdb *f, __be32 vni, bool did_rsc)
drivers/net/vxlan/vxlan_core.c
2730
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
2849
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
290
const struct vxlan_fdb *fdb,
drivers/net/vxlan/vxlan_core.c
2990
static bool vxlan_fdb_is_default_entry(const struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
2997
static bool vxlan_fdb_nhid_matches(const struct vxlan_fdb *f, u32 nhid)
drivers/net/vxlan/vxlan_core.c
3004
static bool vxlan_fdb_flush_matches(const struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
3050
vxlan_fdb_flush_match_remotes(struct vxlan_fdb *f, struct vxlan_dev *vxlan,
drivers/net/vxlan/vxlan_core.c
3073
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
308
struct vxlan_fdb *fdb,
drivers/net/vxlan/vxlan_core.c
328
static int vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb,
drivers/net/vxlan/vxlan_core.c
356
struct vxlan_fdb f = {
drivers/net/vxlan/vxlan_core.c
369
struct vxlan_fdb f = {
drivers/net/vxlan/vxlan_core.c
380
static struct vxlan_fdb *vxlan_find_mac_rcu(struct vxlan_dev *vxlan,
drivers/net/vxlan/vxlan_core.c
396
static struct vxlan_fdb *vxlan_find_mac_tx(struct vxlan_dev *vxlan,
drivers/net/vxlan/vxlan_core.c
399
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
412
static struct vxlan_fdb *vxlan_find_mac(struct vxlan_dev *vxlan,
drivers/net/vxlan/vxlan_core.c
415
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
427
static struct vxlan_rdst *vxlan_fdb_find_rdst(struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
450
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
4773
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
479
const struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
4824
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
4888
struct vxlan_fdb *fdb;
drivers/net/vxlan/vxlan_core.c
498
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
529
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
548
static int vxlan_fdb_replace(struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
573
static int vxlan_fdb_append(struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
68
.head_offset = offsetof(struct vxlan_fdb, rhnode),
drivers/net/vxlan/vxlan_core.c
69
.key_offset = offsetof(struct vxlan_fdb, key),
drivers/net/vxlan/vxlan_core.c
771
static struct vxlan_fdb *vxlan_fdb_alloc(struct vxlan_dev *vxlan, const u8 *mac,
drivers/net/vxlan/vxlan_core.c
775
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
794
static int vxlan_fdb_nh_update(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb,
drivers/net/vxlan/vxlan_core.c
860
u32 nhid, struct vxlan_fdb **fdb,
drivers/net/vxlan/vxlan_core.c
864
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
909
static void __vxlan_fdb_free(struct vxlan_fdb *f)
drivers/net/vxlan/vxlan_core.c
930
struct vxlan_fdb *f = container_of(head, struct vxlan_fdb, rcu);
drivers/net/vxlan/vxlan_core.c
935
static void vxlan_fdb_destroy(struct vxlan_dev *vxlan, struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
973
struct vxlan_fdb *f, u32 nhid,
drivers/net/vxlan/vxlan_private.h
185
u32 nhid, struct vxlan_fdb **fdb,
drivers/net/vxlan/vxlan_private.h
65
static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb)
drivers/net/vxlan/vxlan_private.h
72
static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb)