Symbol: mpoa_client
net/atm/mpc.c
1003
struct mpoa_client *mpc;
net/atm/mpc.c
1080
static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc)
net/atm/mpc.c
1117
struct mpoa_client *client,
net/atm/mpc.c
1155
static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc)
net/atm/mpc.c
1206
static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc)
net/atm/mpc.c
1229
static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc)
net/atm/mpc.c
123
struct mpoa_client *mpcs = NULL; /* FIXME */
net/atm/mpc.c
128
static struct mpoa_client *find_mpc_by_itfnum(int itf)
net/atm/mpc.c
1284
static void mps_death(struct k_message *msg, struct mpoa_client *mpc)
net/atm/mpc.c
130
struct mpoa_client *mpc;
net/atm/mpc.c
1309
struct mpoa_client *mpc)
net/atm/mpc.c
1337
struct mpoa_client *mpc)
net/atm/mpc.c
1374
struct mpoa_client *client)
net/atm/mpc.c
1391
static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action)
net/atm/mpc.c
142
static struct mpoa_client *find_mpc_by_vcc(struct atm_vcc *vcc)
net/atm/mpc.c
1424
struct mpoa_client *mpc = mpcs;
net/atm/mpc.c
144
struct mpoa_client *mpc;
net/atm/mpc.c
1492
struct mpoa_client *mpc, *tmp;
net/atm/mpc.c
1517
memset(mpc, 0, sizeof(struct mpoa_client));
net/atm/mpc.c
156
static struct mpoa_client *find_mpc_by_lec(struct net_device *dev)
net/atm/mpc.c
158
struct mpoa_client *mpc;
net/atm/mpc.c
281
static struct mpoa_client *alloc_mpc(void)
net/atm/mpc.c
283
struct mpoa_client *mpc;
net/atm/mpc.c
285
mpc = kzalloc_obj(struct mpoa_client);
net/atm/mpc.c
312
static void start_mpc(struct mpoa_client *mpc, struct net_device *dev)
net/atm/mpc.c
326
static void stop_mpc(struct mpoa_client *mpc)
net/atm/mpc.c
381
struct mpoa_client *mpc;
net/atm/mpc.c
464
static const uint8_t *copy_macs(struct mpoa_client *mpc,
net/atm/mpc.c
492
static int send_via_shortcut(struct sk_buff *skb, struct mpoa_client *mpc)
net/atm/mpc.c
573
struct mpoa_client *mpc;
net/atm/mpc.c
608
struct mpoa_client *mpc;
net/atm/mpc.c
656
struct mpoa_client *mpc;
net/atm/mpc.c
69
static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc);
net/atm/mpc.c
690
struct mpoa_client *mpc;
net/atm/mpc.c
70
static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc);
net/atm/mpc.c
71
static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
net/atm/mpc.c
72
static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
net/atm/mpc.c
73
static void mps_death(struct k_message *msg, struct mpoa_client *mpc);
net/atm/mpc.c
74
static void clean_up(struct k_message *msg, struct mpoa_client *mpc,
net/atm/mpc.c
77
struct mpoa_client *mpc);
net/atm/mpc.c
79
struct mpoa_client *mpc);
net/atm/mpc.c
797
struct mpoa_client *mpc;
net/atm/mpc.c
81
struct mpoa_client *mpc);
net/atm/mpc.c
83
static const uint8_t *copy_macs(struct mpoa_client *mpc,
net/atm/mpc.c
858
static void send_set_mps_ctrl_addr(const char *addr, struct mpoa_client *mpc)
net/atm/mpc.c
871
struct mpoa_client *mpc;
net/atm/mpc.c
89
static void send_set_mps_ctrl_addr(const char *addr, struct mpoa_client *mpc);
net/atm/mpc.c
911
struct mpoa_client *mpc = find_mpc_by_vcc(vcc);
net/atm/mpc.c
975
int msg_to_mpoad(struct k_message *mesg, struct mpoa_client *mpc)
net/atm/mpc.h
13
int msg_to_mpoad(struct k_message *msg, struct mpoa_client *mpc);
net/atm/mpc.h
16
struct mpoa_client *next;
net/atm/mpoa_caches.c
133
static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc)
net/atm/mpoa_caches.c
191
struct mpoa_client *client)
net/atm/mpoa_caches.c
226
static void clear_count_and_expired(struct mpoa_client *client)
net/atm/mpoa_caches.c
249
static void check_resolving_entries(struct mpoa_client *client)
net/atm/mpoa_caches.c
299
static void refresh_entries(struct mpoa_client *client)
net/atm/mpoa_caches.c
324
static void in_destroy_cache(struct mpoa_client *mpc)
net/atm/mpoa_caches.c
333
struct mpoa_client *mpc)
net/atm/mpoa_caches.c
353
static eg_cache_entry *eg_cache_get_by_tag(__be32 tag, struct mpoa_client *mpc)
net/atm/mpoa_caches.c
36
struct mpoa_client *client)
net/atm/mpoa_caches.c
375
struct mpoa_client *mpc)
net/atm/mpoa_caches.c
396
struct mpoa_client *mpc)
net/atm/mpoa_caches.c
426
struct mpoa_client *client)
net/atm/mpoa_caches.c
457
struct mpoa_client *client)
net/atm/mpoa_caches.c
500
static void clear_expired(struct mpoa_client *client)
net/atm/mpoa_caches.c
525
static void eg_destroy_cache(struct mpoa_client *mpc)
net/atm/mpoa_caches.c
56
struct mpoa_client *client,
net/atm/mpoa_caches.c
561
void atm_mpoa_init_cache(struct mpoa_client *mpc)
net/atm/mpoa_caches.c
78
struct mpoa_client *client)
net/atm/mpoa_caches.c
98
struct mpoa_client *client)
net/atm/mpoa_caches.h
13
struct mpoa_client;
net/atm/mpoa_caches.h
15
void atm_mpoa_init_cache(struct mpoa_client *mpc);
net/atm/mpoa_caches.h
36
struct mpoa_client *client);
net/atm/mpoa_caches.h
37
in_cache_entry *(*get)(__be32 dst_ip, struct mpoa_client *client);
net/atm/mpoa_caches.h
39
struct mpoa_client *client,
net/atm/mpoa_caches.h
42
struct mpoa_client *client);
net/atm/mpoa_caches.h
45
struct mpoa_client *client );
net/atm/mpoa_caches.h
47
struct mpoa_client *client);
net/atm/mpoa_caches.h
48
void (*clear_count)(struct mpoa_client *client);
net/atm/mpoa_caches.h
49
void (*check_resolving)(struct mpoa_client *client);
net/atm/mpoa_caches.h
50
void (*refresh)(struct mpoa_client *client);
net/atm/mpoa_caches.h
51
void (*destroy_cache)(struct mpoa_client *mpc);
net/atm/mpoa_caches.h
68
eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client);
net/atm/mpoa_caches.h
69
eg_cache_entry *(*get_by_cache_id)(__be32 cache_id, struct mpoa_client *client);
net/atm/mpoa_caches.h
70
eg_cache_entry *(*get_by_tag)(__be32 cache_id, struct mpoa_client *client);
net/atm/mpoa_caches.h
71
eg_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc, struct mpoa_client *client);
net/atm/mpoa_caches.h
72
eg_cache_entry *(*get_by_src_ip)(__be32 ipaddr, struct mpoa_client *client);
net/atm/mpoa_caches.h
74
void (*remove_entry)(eg_cache_entry *entry, struct mpoa_client *client);
net/atm/mpoa_caches.h
76
void (*clear_expired)(struct mpoa_client *client);
net/atm/mpoa_caches.h
77
void (*destroy_cache)(struct mpoa_client *mpc);
net/atm/mpoa_proc.c
107
struct mpoa_client *mpc;
net/atm/mpoa_proc.c
119
struct mpoa_client *p = v;
net/atm/mpoa_proc.c
133
struct mpoa_client *mpc = v;
net/atm/mpoa_proc.c
47
extern struct mpoa_client *mpcs;