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;
347 struct lec_arp_table *entry;
616 struct lec_arp_table *entry;
800 static void lec_info(struct seq_file *seq, struct lec_arp_table *entry)
973 struct lec_arp_table *entry = hlist_entry(state->node,
974 struct lec_arp_table,
1081 struct lec_arp_table *table;
1171 struct lec_arp_table *entry = lec_arp_find(priv, mac_addr);
1249 static void lec_arp_clear_vccs(struct lec_arp_table *entry)
1279 * Insert entry to lec_arp_table
1283 lec_arp_add(struct lec_priv *priv, struct lec_arp_table *entry)
1294 * Remove entry from lec_arp_table
1297 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove)
1299 struct lec_arp_table *entry;
1355 struct lec_arp_table *rulla;
1465 struct lec_arp_table *entry;
1516 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv,
1520 struct lec_arp_table *entry;
1532 static struct lec_arp_table *make_entry(struct lec_priv *priv,
1535 struct lec_arp_table *to_return;
1537 to_return = kzalloc(sizeof(struct lec_arp_table), GFP_ATOMIC);
1553 struct lec_arp_table *entry;
1576 struct lec_arp_table *to_remove = from_timer(to_remove, t, timer);
1594 static bool __lec_arp_check_expire(struct lec_arp_table *entry,
1660 struct lec_arp_table *entry;
1699 struct lec_arp_table **ret_entry)
1702 struct lec_arp_table *entry;
1797 struct lec_arp_table *entry;
1829 struct lec_arp_table *entry, *tmp;
1930 struct lec_arp_table *entry;
2058 struct lec_arp_table *entry;
2094 struct lec_arp_table *entry;
2116 struct lec_arp_table *to_add;
2152 struct lec_arp_table *entry;
2211 struct lec_arp_table *entry, *tmp;