smt_data
struct smt_data *smt; /* Source MAC Table */
struct smt_data *s;
t4_smt_alloc_switching(struct smt_data *s, uint8_t *smac)
struct smt_data *s;
t4_free_smt(struct smt_data *s)
struct smt_data *smt = sc->smt;
t4_find_or_alloc_sme(struct smt_data *s, uint8_t *smac)
int t4_free_smt(struct smt_data *);
struct smt_entry *t4_find_or_alloc_sme(struct smt_data *, uint8_t *);
struct smt_entry *t4_smt_alloc_switching(struct smt_data *, uint8_t *);