net/atm/lec.c
103
static void lec_vcc_close(struct lec_priv *priv, struct atm_vcc *vcc);
net/atm/lec.c
1109
struct lec_priv *priv = netdev_priv(dev);
net/atm/lec.c
1156
struct lec_priv *priv = netdev_priv(dev);
net/atm/lec.c
1193
struct lec_priv *priv = netdev_priv(dev);
net/atm/lec.c
1264
static void lec_arp_init(struct lec_priv *priv)
net/atm/lec.c
1316
lec_arp_add(struct lec_priv *priv, struct lec_arp_table *entry)
net/atm/lec.c
133
struct lec_priv *priv;
net/atm/lec.c
1330
lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove)
net/atm/lec.c
1386
static void dump_arp_table(struct lec_priv *priv)
net/atm/lec.c
1494
static void lec_arp_destroy(struct lec_priv *priv)
net/atm/lec.c
1549
static struct lec_arp_table *lec_arp_find(struct lec_priv *priv,
net/atm/lec.c
1565
static struct lec_arp_table *make_entry(struct lec_priv *priv,
net/atm/lec.c
1611
struct lec_priv *priv = to_remove->priv;
net/atm/lec.c
1630
struct lec_priv *priv)
net/atm/lec.c
1691
struct lec_priv *priv =
net/atm/lec.c
1692
container_of(work, struct lec_priv, lec_arp_work.work);
net/atm/lec.c
1730
static struct atm_vcc *lec_arp_resolve(struct lec_priv *priv,
net/atm/lec.c
1826
lec_addr_delete(struct lec_priv *priv, const unsigned char *atm_addr,
net/atm/lec.c
1857
lec_arp_update(struct lec_priv *priv, const unsigned char *mac_addr,
net/atm/lec.c
1959
lec_vcc_added(struct lec_priv *priv, const struct atmlec_ioc *ioc_data,
net/atm/lec.c
2089
static void lec_flush_complete(struct lec_priv *priv, unsigned long tran_id)
net/atm/lec.c
2124
lec_set_flush_tran_id(struct lec_priv *priv,
net/atm/lec.c
2144
static int lec_mcast_make(struct lec_priv *priv, struct atm_vcc *vcc)
net/atm/lec.c
2182
static void lec_vcc_close(struct lec_priv *priv, struct atm_vcc *vcc)
net/atm/lec.c
219
struct lec_priv *priv = netdev_priv(dev);
net/atm/lec.c
2240
lec_arp_check_empties(struct lec_priv *priv,
net/atm/lec.c
357
struct lec_priv *priv = netdev_priv(dev);
net/atm/lec.c
490
struct lec_priv *priv = netdev_priv(dev);
net/atm/lec.c
520
send_to_lecd(struct lec_priv *priv, atmlec_msg_type type,
net/atm/lec.c
608
struct lec_priv *priv = netdev_priv(dev);
net/atm/lec.c
67
static struct lec_arp_table *lec_arp_find(struct lec_priv *priv,
net/atm/lec.c
69
static int lec_arp_remove(struct lec_priv *priv,
net/atm/lec.c
751
struct lec_priv *priv;
net/atm/lec.c
762
size = sizeof(struct lec_priv);
net/atm/lec.c
79
static int lec_addr_delete(struct lec_priv *priv, const unsigned char *atm_addr,
net/atm/lec.c
81
static void lec_arp_check_empties(struct lec_priv *priv,
net/atm/lec.c
83
static void lec_arp_destroy(struct lec_priv *priv);
net/atm/lec.c
84
static void lec_arp_init(struct lec_priv *priv);
net/atm/lec.c
845
struct lec_priv *locked;
net/atm/lec.c
85
static struct atm_vcc *lec_arp_resolve(struct lec_priv *priv,
net/atm/lec.c
875
struct lec_priv *priv)
net/atm/lec.c
89
static void lec_arp_update(struct lec_priv *priv, const unsigned char *mac_addr,
net/atm/lec.c
890
struct lec_priv *priv)
net/atm/lec.c
910
struct lec_priv *priv)
net/atm/lec.c
93
static void lec_flush_complete(struct lec_priv *priv, unsigned long tran_id);
net/atm/lec.c
94
static int lec_mcast_make(struct lec_priv *priv, struct atm_vcc *vcc);
net/atm/lec.c
95
static void lec_set_flush_tran_id(struct lec_priv *priv,
net/atm/lec.c
98
static void lec_vcc_added(struct lec_priv *priv,
net/atm/lec_arpc.h
43
struct lec_priv *priv; /* Pointer back */
net/atm/mpc.c
1004
struct lec_priv *priv;
net/atm/mpc.c
1339
struct lec_priv *priv;
net/atm/mpc.c
1494
struct lec_priv *priv;
net/atm/mpc.c
798
struct lec_priv *priv;
net/atm/mpc.c
886
struct lec_priv *priv = netdev_priv(mpc->dev);