Searched refs:usr_handle (Results 1 – 10 of 10) sorted by relevance
/net/tipc/ |
D | node_subscr.h | 42 typedef void (*net_ev_handler) (void *usr_handle); 55 void *usr_handle; member 60 void *usr_handle, net_ev_handler handle_down);
|
D | user_reg.c | 61 void *usr_handle; member 108 arg = user_ptr->usr_handle; in reg_callback() 160 int tipc_attach(u32 *userid, tipc_mode_event cb, void *usr_handle) in tipc_attach() argument 181 user_ptr->usr_handle = usr_handle; in tipc_attach()
|
D | node_subscr.c | 48 void *usr_handle, net_ev_handler handle_down) in tipc_nodesub_subscribe() argument 61 node_sub->usr_handle = usr_handle; in tipc_nodesub_subscribe()
|
D | port.c | 219 struct tipc_port *tipc_createport_raw(void *usr_handle, in tipc_createport_raw() argument 240 p_ptr->publ.usr_handle = usr_handle; in tipc_createport_raw() 320 handle = p_ptr->publ.usr_handle; in tipc_get_handle() 803 void *usr_handle; in port_dispatcher_sigh() local 823 usr_handle = up_ptr->usr_handle; in port_dispatcher_sigh() 851 cb(usr_handle, dref, &buf, msg_data(msg), in port_dispatcher_sigh() 862 cb(usr_handle, dref, &buf, msg_data(msg), in port_dispatcher_sigh() 879 cb(usr_handle, dref, &buf, msg_data(msg), in port_dispatcher_sigh() 906 cb(usr_handle, dref, &buf, msg_data(msg), in port_dispatcher_sigh() 917 cb(usr_handle, dref, &buf, msg_data(msg), in port_dispatcher_sigh() [all …]
|
D | subscr.c | 397 static void subscr_conn_shutdown_event(void *usr_handle, in subscr_conn_shutdown_event() argument 404 struct subscriber *subscriber = usr_handle; in subscr_conn_shutdown_event() 421 static void subscr_conn_msg_event(void *usr_handle, in subscr_conn_msg_event() argument 427 struct subscriber *subscriber = usr_handle; in subscr_conn_msg_event() 473 static void subscr_named_msg_event(void *usr_handle, in subscr_named_msg_event() argument
|
D | eth_media.c | 78 dev = ((struct eth_bearer *)(tb_ptr->usr_handle))->dev; in send_msg() 166 tb_ptr->usr_handle = (void *)eb_ptr; in enable_bearer() 184 ((struct eth_bearer *)tb_ptr->usr_handle)->bearer = NULL; in disable_bearer()
|
D | config.c | 50 char usr_handle[8]; member 195 cfg_prepare_res_msg(msg->cmd, msg->usr_handle, rv, &rmsg, msg_sect, 233 memcpy(sub->usr_handle,msg->usr_handle, 234 sizeof(sub->usr_handle));
|
D | port.h | 58 void *usr_handle; member
|
D | socket.c | 1311 struct sock *sk = (struct sock *)tport->usr_handle; in dispatch() 1342 struct sock *sk = (struct sock *)tport->usr_handle; in wakeupdispatch()
|
D | node.c | 459 (unsigned long)ns->usr_handle); in node_lost_contact()
|