Lines Matching defs:mpc
17 #include "mpc.h"
45 #define STAT_FILE_NAME "mpc" /* Our statistic file's name */
101 * FIXME: mpcs (and per-mpc lists) have no locking whatsoever.
107 struct mpoa_client *mpc;
111 for (mpc = mpcs; mpc; mpc = mpc->next)
113 return mpc;
133 struct mpoa_client *mpc = v;
145 seq_printf(m, "\nInterface %d:\n\n", mpc->dev_num);
149 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) {
168 for (eg_entry = mpc->eg_cache; eg_entry; eg_entry = eg_entry->next) {