Searched refs:k_message (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/atm/ |
D | mpc.c | 68 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc); 69 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc); 70 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc); 71 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc); 72 static void mps_death(struct k_message *msg, struct mpoa_client *mpc); 73 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, 75 static void MPOA_cache_impos_rcvd(struct k_message *msg, 77 static void set_mpc_ctrl_addr_rcvd(struct k_message *mesg, 79 static void set_mps_mac_addr_rcvd(struct k_message *mesg, 861 struct k_message mesg; in send_set_mps_ctrl_addr() [all …]
|
D | mpoa_caches.c | 135 struct k_message msg; in cache_hit() 194 struct k_message msg; in in_cache_remove_entry() 256 struct k_message msg; in check_resolving_entries() 431 struct k_message msg; in eg_cache_remove_entry() 458 static eg_cache_entry *eg_cache_add_entry(struct k_message *msg, in eg_cache_add_entry() 506 struct k_message msg; in clear_expired()
|
D | mpc.h | 12 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-4.1.27/include/uapi/linux/ |
D | atmmpc.h | 51 struct k_message { struct
|