Searched refs:k_message (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/net/atm/ |
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); 813 struct k_message mesg; in send_set_mps_ctrl_addr() [all …]
|
D | mpoa_caches.c | 128 struct k_message msg; in cache_hit() 189 struct k_message msg; in in_cache_remove_entry() 257 struct k_message msg; in check_resolving_entries() 427 struct k_message msg; in eg_cache_remove_entry() 456 static eg_cache_entry *eg_cache_add_entry(struct k_message *msg, struct mpoa_client *client) in eg_cache_add_entry() 507 struct k_message msg; in clear_expired()
|
D | mpc.h | 11 int msg_to_mpoad(struct k_message *msg, struct mpoa_client *mpc);
|
D | mpoa_caches.h | 65 eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client);
|
/linux-2.4.37.9/include/linux/ |
D | atmmpc.h | 50 struct k_message { struct
|