Lines Matching refs:lec_arp_table
67 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv,
70 struct lec_arp_table *to_remove);
88 struct lec_arp_table **ret_entry);
106 static inline void lec_arp_hold(struct lec_arp_table *entry) in lec_arp_hold()
111 static inline void lec_arp_put(struct lec_arp_table *entry) in lec_arp_put()
212 struct lec_arp_table *entry; in lec_start_xmit()
349 struct lec_arp_table *entry; in lec_atm_send()
615 struct lec_arp_table *entry; in lec_push()
799 static void lec_info(struct seq_file *seq, struct lec_arp_table *entry) in lec_info()
972 struct lec_arp_table *entry = hlist_entry(state->node, in lec_seq_show()
973 struct lec_arp_table, in lec_seq_show()
1080 struct lec_arp_table *table; in lane2_resolve()
1170 struct lec_arp_table *entry = lec_arp_find(priv, mac_addr); in lane2_associate_ind()
1248 static void lec_arp_clear_vccs(struct lec_arp_table *entry) in lec_arp_clear_vccs()
1282 lec_arp_add(struct lec_priv *priv, struct lec_arp_table *entry) in lec_arp_add()
1296 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove) in lec_arp_remove()
1298 struct lec_arp_table *entry; in lec_arp_remove()
1354 struct lec_arp_table *rulla; in dump_arp_table()
1464 struct lec_arp_table *entry; in lec_arp_destroy()
1515 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv, in lec_arp_find()
1519 struct lec_arp_table *entry; in lec_arp_find()
1531 static struct lec_arp_table *make_entry(struct lec_priv *priv, in make_entry()
1534 struct lec_arp_table *to_return; in make_entry()
1536 to_return = kzalloc(sizeof(struct lec_arp_table), GFP_ATOMIC); in make_entry()
1552 struct lec_arp_table *entry; in lec_arp_expire_arp()
1575 struct lec_arp_table *to_remove = from_timer(to_remove, t, timer); in lec_arp_expire_vcc()
1593 static bool __lec_arp_check_expire(struct lec_arp_table *entry, in __lec_arp_check_expire()
1659 struct lec_arp_table *entry; in lec_arp_check_expire()
1698 struct lec_arp_table **ret_entry) in lec_arp_resolve()
1701 struct lec_arp_table *entry; in lec_arp_resolve()
1796 struct lec_arp_table *entry; in lec_addr_delete()
1828 struct lec_arp_table *entry, *tmp; in lec_arp_update()
1929 struct lec_arp_table *entry; in lec_vcc_added()
2057 struct lec_arp_table *entry; in lec_flush_complete()
2093 struct lec_arp_table *entry; in lec_set_flush_tran_id()
2115 struct lec_arp_table *to_add; in lec_mcast_make()
2151 struct lec_arp_table *entry; in lec_vcc_close()
2210 struct lec_arp_table *entry, *tmp; in lec_arp_check_empties()