• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/

Lines Matching refs:lec_arp_table

68 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv,
71 struct lec_arp_table *to_remove);
89 struct lec_arp_table **ret_entry);
107 static inline void lec_arp_hold(struct lec_arp_table *entry)
112 static inline void lec_arp_put(struct lec_arp_table *entry)
260 struct lec_arp_table *entry;
425 struct lec_arp_table *entry;
702 struct lec_arp_table *entry;
916 static void lec_info(struct seq_file *seq, struct lec_arp_table *entry)
952 struct lec_arp_table *tmp;
1096 struct lec_arp_table *entry = hlist_entry(state->node,
1097 struct lec_arp_table,
1216 struct lec_arp_table *table;
1303 struct lec_arp_table *entry = lec_arp_find(priv, mac_addr);
1367 static void lec_arp_clear_vccs(struct lec_arp_table *entry)
1391 * Insert entry to lec_arp_table
1395 lec_arp_add(struct lec_priv *priv, struct lec_arp_table *entry)
1406 * Remove entry from lec_arp_table
1409 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove)
1412 struct lec_arp_table *entry;
1469 struct lec_arp_table *rulla;
1592 struct lec_arp_table *entry;
1643 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv,
1648 struct lec_arp_table *entry;
1660 static struct lec_arp_table *make_entry(struct lec_priv *priv,
1663 struct lec_arp_table *to_return;
1665 to_return = kzalloc(sizeof(struct lec_arp_table), GFP_ATOMIC);
1684 struct lec_arp_table *entry;
1686 entry = (struct lec_arp_table *)data;
1707 struct lec_arp_table *to_remove = (struct lec_arp_table *)data;
1725 static bool __lec_arp_check_expire(struct lec_arp_table *entry,
1791 struct lec_arp_table *entry;
1830 struct lec_arp_table **ret_entry)
1833 struct lec_arp_table *entry;
1928 struct lec_arp_table *entry;
1960 struct lec_arp_table *entry, *tmp;
2061 struct lec_arp_table *entry;
2192 struct lec_arp_table *entry;
2229 struct lec_arp_table *entry;
2251 struct lec_arp_table *to_add;
2287 struct lec_arp_table *entry;
2346 struct lec_arp_table *entry, *tmp;