Searched refs:mpoa_client (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/net/atm/ |
D | mpoa_caches.h | 10 struct mpoa_client; 12 void atm_mpoa_init_cache(struct mpoa_client *mpc); 33 struct mpoa_client *client); 34 in_cache_entry *(*get)(uint32_t 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 *client); [all …]
|
D | mpc.c | 54 static void MPOA_trigger_rcvd (struct k_message *msg, struct mpoa_client *mpc); 55 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc); 56 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc); 57 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc); 58 static void mps_death(struct k_message *msg, struct mpoa_client *mpc); 59 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action); 60 static void MPOA_cache_impos_rcvd(struct k_message *msg, struct mpoa_client *mpc); 61 static void set_mpc_ctrl_addr_rcvd(struct k_message *mesg, struct mpoa_client *mpc); 62 static void set_mps_mac_addr_rcvd(struct k_message *mesg, struct mpoa_client *mpc); 64 static uint8_t *copy_macs(struct mpoa_client *mpc, uint8_t *router_mac, [all …]
|
D | mpoa_caches.c | 26 struct mpoa_client *client) in in_cache_get() 46 struct mpoa_client *client, in in_cache_get_with_mask() 68 struct mpoa_client *client ) in in_cache_get_by_vcc() 88 struct mpoa_client *client) in in_cache_add_entry() 125 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) in cache_hit() 186 struct mpoa_client *client) in in_cache_remove_entry() 224 static void clear_count_and_expired(struct mpoa_client *client) in clear_count_and_expired() 251 static void check_resolving_entries(struct mpoa_client *client) in check_resolving_entries() 296 static void refresh_entries(struct mpoa_client *client) in refresh_entries() 320 static void in_destroy_cache(struct mpoa_client *mpc) in in_destroy_cache() [all …]
|
D | mpc.h | 11 int msg_to_mpoad(struct k_message *msg, struct mpoa_client *mpc); 17 struct mpoa_client { struct 18 struct mpoa_client *next; argument
|
D | mpoa_proc.c | 30 extern struct mpoa_client *mpcs; 49 static int print_header(char *buff,struct mpoa_client *mpc){ in print_header() 107 struct mpoa_client *mpc = mpcs; in proc_mpc_read()
|