Searched refs:k_message (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/net/atm/ |
D | mpc.c | 69 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc); 70 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc); 71 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc); 72 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc); 73 static void mps_death(struct k_message *msg, struct mpoa_client *mpc); 74 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, 76 static void MPOA_cache_impos_rcvd(struct k_message *msg, 78 static void set_mpc_ctrl_addr_rcvd(struct k_message *mesg, 80 static void set_mps_mac_addr_rcvd(struct k_message *mesg, 860 struct k_message mesg; in send_set_mps_ctrl_addr() [all …]
|
D | mpoa_caches.c | 136 struct k_message msg; in cache_hit() 194 struct k_message msg; in in_cache_remove_entry() 255 struct k_message msg; in check_resolving_entries() 429 struct k_message msg; in eg_cache_remove_entry() 456 static eg_cache_entry *eg_cache_add_entry(struct k_message *msg, in eg_cache_add_entry() 504 struct k_message msg; in clear_expired()
|
D | mpc.h | 13 int msg_to_mpoad(struct k_message *msg, struct mpoa_client *mpc);
|
D | mpoa_caches.h | 68 eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client);
|
/Linux-v5.10/include/uapi/linux/ |
D | atmmpc.h | 52 struct k_message { struct
|