Home
last modified time | relevance | path

Searched refs:mpc (Results 1 – 6 of 6) sorted by relevance

/net/atm/
A Dmpc.c136 mpc = mpc->next; in find_mpc_by_itfnum()
150 mpc = mpc->next; in find_mpc_by_vcc()
164 mpc = mpc->next; in find_mpc_by_lec()
320 mpc->new_ops = *mpc->old_ops; in start_mpc()
846 start_mpc(mpc, mpc->dev); in atm_mpoa_mpoad_attach()
892 mpc->in_ops->destroy_cache(mpc); in mpoad_close()
893 mpc->eg_ops->destroy_cache(mpc); in mpoad_close()
1304 mpc->in_ops->destroy_cache(mpc); in mps_death()
1429 mpc->in_ops->clear_count(mpc); in mpc_cache_check()
1438 mpc->in_ops->refresh(mpc); in mpc_cache_check()
[all …]
A Dmpoa_caches.c150 msg_to_mpoad(&msg, mpc); in cache_hit()
173 msg_to_mpoad(&msg, mpc); in cache_hit()
327 while (mpc->in_cache != NULL) in in_destroy_cache()
328 mpc->in_ops->remove_entry(mpc->in_cache, mpc); in in_destroy_cache()
338 entry = mpc->eg_cache; in eg_cache_get_by_cache_id()
359 entry = mpc->eg_cache; in eg_cache_get_by_tag()
381 entry = mpc->eg_cache; in eg_cache_get_by_vcc()
401 entry = mpc->eg_cache; in eg_cache_get_by_src_ip()
529 mpc->eg_ops->remove_entry(mpc->eg_cache, mpc); in eg_destroy_cache()
563 mpc->in_ops = &ingress_ops; in atm_mpoa_init_cache()
[all …]
A Dmpoa_proc.c107 struct mpoa_client *mpc; in mpc_start() local
111 for (mpc = mpcs; mpc; mpc = mpc->next) in mpc_start()
113 return mpc; in mpc_start()
133 struct mpoa_client *mpc = v; in mpc_show() local
145 seq_printf(m, "\nInterface %d:\n\n", mpc->dev_num); in mpc_show()
149 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) { in mpc_show()
168 for (eg_entry = mpc->eg_cache; eg_entry; eg_entry = eg_entry->next) { in mpc_show()
A Dmpoa_caches.h15 void atm_mpoa_init_cache(struct mpoa_client *mpc);
51 void (*destroy_cache)(struct mpoa_client *mpc);
77 void (*destroy_cache)(struct mpoa_client *mpc);
A DMakefile7 mpoa-objs := mpc.o mpoa_caches.o mpoa_proc.o
A Dmpc.h13 int msg_to_mpoad(struct k_message *msg, struct mpoa_client *mpc);

Completed in 14 milliseconds