Searched refs:mpoa_client (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dmpoa_caches.h10 struct mpoa_client;
12 void atm_mpoa_init_cache(struct mpoa_client *mpc);
33 struct mpoa_client *client);
34 in_cache_entry *(*get)(__be32 dst_ip, struct mpoa_client *client);
36 struct mpoa_client *client,
39 struct mpoa_client *client);
42 struct mpoa_client *client );
44 struct mpoa_client *client);
45 void (*clear_count)(struct mpoa_client *client);
46 void (*check_resolving)(struct mpoa_client *clien
[all...]
H A Dmpc.h12 int msg_to_mpoad(struct k_message *msg, struct mpoa_client *mpc);
14 struct mpoa_client { struct
15 struct mpoa_client *next;
H A Dmpc.c47 static void MPOA_trigger_rcvd (struct k_message *msg, struct mpoa_client *mpc);
48 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc);
49 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
50 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
51 static void mps_death(struct k_message *msg, struct mpoa_client *mpc);
52 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action);
53 static void MPOA_cache_impos_rcvd(struct k_message *msg, struct mpoa_client *mpc);
54 static void set_mpc_ctrl_addr_rcvd(struct k_message *mesg, struct mpoa_client *mpc);
55 static void set_mps_mac_addr_rcvd(struct k_message *mesg, struct mpoa_client *mpc);
57 static uint8_t *copy_macs(struct mpoa_client *mp
[all...]
H A Dmpoa_caches.c18 struct mpoa_client *client)
38 struct mpoa_client *client,
60 struct mpoa_client *client )
80 struct mpoa_client *client)
115 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc)
173 struct mpoa_client *client)
209 static void clear_count_and_expired(struct mpoa_client *client)
234 static void check_resolving_entries(struct mpoa_client *client)
279 static void refresh_entries(struct mpoa_client *client)
303 static void in_destroy_cache(struct mpoa_client *mp
[all...]
H A Dmpoa_proc.c26 extern struct mpoa_client *mpcs;
92 struct mpoa_client *mpc;
104 struct mpoa_client *p = v;
118 struct mpoa_client *mpc = v;

Completed in 53 milliseconds