Symbol: vxlan_ftable_entry
sys/net/if_vxlan.c
132
LIST_ENTRY(vxlan_ftable_entry) vxlfe_hash;
sys/net/if_vxlan.c
151
LIST_HEAD(vxlan_ftable_head, vxlan_ftable_entry);
sys/net/if_vxlan.c
188
struct vxlan_ftable_entry vxl_default_fe;
sys/net/if_vxlan.c
2223
struct vxlan_ftable_entry *fe;
sys/net/if_vxlan.c
2269
struct vxlan_ftable_entry *fe;
sys/net/if_vxlan.c
252
static struct vxlan_ftable_entry *
sys/net/if_vxlan.c
254
static void vxlan_ftable_entry_free(struct vxlan_ftable_entry *);
sys/net/if_vxlan.c
256
struct vxlan_ftable_entry *, const uint8_t *,
sys/net/if_vxlan.c
259
struct vxlan_ftable_entry *);
sys/net/if_vxlan.c
261
struct vxlan_ftable_entry *);
sys/net/if_vxlan.c
262
static struct vxlan_ftable_entry *
sys/net/if_vxlan.c
265
static void vxlan_ftable_entry_dump(struct vxlan_ftable_entry *,
sys/net/if_vxlan.c
2753
struct vxlan_ftable_entry *fe;
sys/net/if_vxlan.c
608
struct vxlan_ftable_entry *fe, *tfe;
sys/net/if_vxlan.c
622
struct vxlan_ftable_entry *fe, *tfe;
sys/net/if_vxlan.c
641
struct vxlan_ftable_entry *fe;
sys/net/if_vxlan.c
728
struct vxlan_ftable_entry *fe;
sys/net/if_vxlan.c
763
static struct vxlan_ftable_entry *
sys/net/if_vxlan.c
766
struct vxlan_ftable_entry *fe;
sys/net/if_vxlan.c
774
vxlan_ftable_entry_free(struct vxlan_ftable_entry *fe)
sys/net/if_vxlan.c
781
vxlan_ftable_entry_init(struct vxlan_softc *sc, struct vxlan_ftable_entry *fe,
sys/net/if_vxlan.c
793
struct vxlan_ftable_entry *fe)
sys/net/if_vxlan.c
803
struct vxlan_ftable_entry *fe)
sys/net/if_vxlan.c
805
struct vxlan_ftable_entry *lfe;
sys/net/if_vxlan.c
838
static struct vxlan_ftable_entry *
sys/net/if_vxlan.c
841
struct vxlan_ftable_entry *fe;
sys/net/if_vxlan.c
860
vxlan_ftable_entry_dump(struct vxlan_ftable_entry *fe, struct sbuf *sb)