Symbol: vxlan_fdb
drivers/net/vxlan/vxlan_core.c
1079
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
1114
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
1138
static void vxlan_fdb_dst_destroy(struct vxlan_dev *vxlan, struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
1282
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
1345
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
1397
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
1431
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
156
const struct vxlan_fdb *fdb,
drivers/net/vxlan/vxlan_core.c
1884
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
2054
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
263
static void __vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb,
drivers/net/vxlan/vxlan_core.c
2657
struct vxlan_fdb *f, __be32 vni, bool did_rsc)
drivers/net/vxlan/vxlan_core.c
2736
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
2856
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
289
const struct vxlan_fdb *fdb,
drivers/net/vxlan/vxlan_core.c
2997
static bool vxlan_fdb_is_default_entry(const struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
3004
static bool vxlan_fdb_nhid_matches(const struct vxlan_fdb *f, u32 nhid)
drivers/net/vxlan/vxlan_core.c
3011
static bool vxlan_fdb_flush_matches(const struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
3057
vxlan_fdb_flush_match_remotes(struct vxlan_fdb *f, struct vxlan_dev *vxlan,
drivers/net/vxlan/vxlan_core.c
307
struct vxlan_fdb *fdb,
drivers/net/vxlan/vxlan_core.c
3080
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
327
static int vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb,
drivers/net/vxlan/vxlan_core.c
355
struct vxlan_fdb f = {
drivers/net/vxlan/vxlan_core.c
368
struct vxlan_fdb f = {
drivers/net/vxlan/vxlan_core.c
379
static struct vxlan_fdb *vxlan_find_mac_rcu(struct vxlan_dev *vxlan,
drivers/net/vxlan/vxlan_core.c
395
static struct vxlan_fdb *vxlan_find_mac_tx(struct vxlan_dev *vxlan,
drivers/net/vxlan/vxlan_core.c
398
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
411
static struct vxlan_fdb *vxlan_find_mac(struct vxlan_dev *vxlan,
drivers/net/vxlan/vxlan_core.c
414
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
426
static struct vxlan_rdst *vxlan_fdb_find_rdst(struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
449
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
478
const struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
4783
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
4834
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
4898
struct vxlan_fdb *fdb;
drivers/net/vxlan/vxlan_core.c
497
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
528
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
547
static int vxlan_fdb_replace(struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
572
static int vxlan_fdb_append(struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
67
.head_offset = offsetof(struct vxlan_fdb, rhnode),
drivers/net/vxlan/vxlan_core.c
68
.key_offset = offsetof(struct vxlan_fdb, key),
drivers/net/vxlan/vxlan_core.c
774
static struct vxlan_fdb *vxlan_fdb_alloc(struct vxlan_dev *vxlan, const u8 *mac,
drivers/net/vxlan/vxlan_core.c
778
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
797
static int vxlan_fdb_nh_update(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb,
drivers/net/vxlan/vxlan_core.c
863
u32 nhid, struct vxlan_fdb **fdb,
drivers/net/vxlan/vxlan_core.c
867
struct vxlan_fdb *f;
drivers/net/vxlan/vxlan_core.c
912
static void __vxlan_fdb_free(struct vxlan_fdb *f)
drivers/net/vxlan/vxlan_core.c
933
struct vxlan_fdb *f = container_of(head, struct vxlan_fdb, rcu);
drivers/net/vxlan/vxlan_core.c
938
static void vxlan_fdb_destroy(struct vxlan_dev *vxlan, struct vxlan_fdb *f,
drivers/net/vxlan/vxlan_core.c
976
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)