Lines Matching refs:lec_arp_table

63 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv,
66 struct lec_arp_table *to_remove);
84 struct lec_arp_table **ret_entry);
102 static inline void lec_arp_hold(struct lec_arp_table *entry) in lec_arp_hold()
107 static inline void lec_arp_put(struct lec_arp_table *entry) in lec_arp_put()
208 struct lec_arp_table *entry; in lec_start_xmit()
344 struct lec_arp_table *entry; in lec_atm_send()
623 struct lec_arp_table *entry; in lec_push()
802 static void lec_info(struct seq_file *seq, struct lec_arp_table *entry) in lec_info()
981 struct lec_arp_table *entry = hlist_entry(state->node, in lec_seq_show()
982 struct lec_arp_table, in lec_seq_show()
1099 struct lec_arp_table *table; in lane2_resolve()
1189 struct lec_arp_table *entry = lec_arp_find(priv, mac_addr); in lane2_associate_ind()
1267 static void lec_arp_clear_vccs(struct lec_arp_table *entry) in lec_arp_clear_vccs()
1295 lec_arp_add(struct lec_priv *priv, struct lec_arp_table *entry) in lec_arp_add()
1309 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove) in lec_arp_remove()
1311 struct lec_arp_table *entry; in lec_arp_remove()
1367 struct lec_arp_table *rulla; in dump_arp_table()
1490 struct lec_arp_table *entry; in lec_arp_destroy()
1541 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv, in lec_arp_find()
1545 struct lec_arp_table *entry; in lec_arp_find()
1557 static struct lec_arp_table *make_entry(struct lec_priv *priv, in make_entry()
1560 struct lec_arp_table *to_return; in make_entry()
1562 to_return = kzalloc(sizeof(struct lec_arp_table), GFP_ATOMIC); in make_entry()
1581 struct lec_arp_table *entry; in lec_arp_expire_arp()
1583 entry = (struct lec_arp_table *)data; in lec_arp_expire_arp()
1604 struct lec_arp_table *to_remove = (struct lec_arp_table *)data; in lec_arp_expire_vcc()
1622 static bool __lec_arp_check_expire(struct lec_arp_table *entry, in __lec_arp_check_expire()
1688 struct lec_arp_table *entry; in lec_arp_check_expire()
1727 struct lec_arp_table **ret_entry) in lec_arp_resolve()
1730 struct lec_arp_table *entry; in lec_arp_resolve()
1825 struct lec_arp_table *entry; in lec_addr_delete()
1857 struct lec_arp_table *entry, *tmp; in lec_arp_update()
1958 struct lec_arp_table *entry; in lec_vcc_added()
2104 struct lec_arp_table *entry; in lec_flush_complete()
2140 struct lec_arp_table *entry; in lec_set_flush_tran_id()
2162 struct lec_arp_table *to_add; in lec_mcast_make()
2198 struct lec_arp_table *entry; in lec_vcc_close()
2257 struct lec_arp_table *entry, *tmp; in lec_arp_check_empties()