Home
last modified time | relevance | path

Searched refs:usr_handle (Results 1 – 10 of 10) sorted by relevance

/net/tipc/
Dnode_subscr.h42 typedef void (*net_ev_handler) (void *usr_handle);
55 void *usr_handle; member
60 void *usr_handle, net_ev_handler handle_down);
Duser_reg.c61 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()
Dnode_subscr.c48 void *usr_handle, net_ev_handler handle_down) in tipc_nodesub_subscribe() argument
61 node_sub->usr_handle = usr_handle; in tipc_nodesub_subscribe()
Dport.c219 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 …]
Dsubscr.c397 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
Deth_media.c78 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()
Dconfig.c50 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));
Dport.h58 void *usr_handle; member
Dsocket.c1311 struct sock *sk = (struct sock *)tport->usr_handle; in dispatch()
1342 struct sock *sk = (struct sock *)tport->usr_handle; in wakeupdispatch()
Dnode.c459 (unsigned long)ns->usr_handle); in node_lost_contact()