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)
111 static inline void lec_arp_put(struct lec_arp_table *entry)
211 struct lec_arp_table *entry;
348 struct lec_arp_table *entry;
614 struct lec_arp_table *entry;
798 static void lec_info(struct seq_file *seq, struct lec_arp_table *entry)
971 struct lec_arp_table *entry = hlist_entry(state->node,
972 struct lec_arp_table,
1079 struct lec_arp_table *table;
1169 struct lec_arp_table *entry = lec_arp_find(priv, mac_addr);
1247 static void lec_arp_clear_vccs(struct lec_arp_table *entry)
1277 * Insert entry to lec_arp_table
1281 lec_arp_add(struct lec_priv *priv, struct lec_arp_table *entry)
1292 * Remove entry from lec_arp_table
1295 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove)
1297 struct lec_arp_table *entry;
1353 struct lec_arp_table *rulla;
1463 struct lec_arp_table *entry;
1514 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv,
1518 struct lec_arp_table *entry;
1530 static struct lec_arp_table *make_entry(struct lec_priv *priv,
1533 struct lec_arp_table *to_return;
1535 to_return = kzalloc(sizeof(struct lec_arp_table), GFP_ATOMIC);
1551 struct lec_arp_table *entry;
1574 struct lec_arp_table *to_remove = from_timer(to_remove, t, timer);
1592 static bool __lec_arp_check_expire(struct lec_arp_table *entry,
1658 struct lec_arp_table *entry;
1697 struct lec_arp_table **ret_entry)
1700 struct lec_arp_table *entry;
1795 struct lec_arp_table *entry;
1827 struct lec_arp_table *entry, *tmp;
1928 struct lec_arp_table *entry;
2056 struct lec_arp_table *entry;
2092 struct lec_arp_table *entry;
2114 struct lec_arp_table *to_add;
2150 struct lec_arp_table *entry;
2209 struct lec_arp_table *entry, *tmp;