Searched refs:usr_handle (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dnode_subscr.h42 typedef void (*net_ev_handler) (void *usr_handle);
48 * @usr_handle: argument to pass to routine when node fails
55 void *usr_handle; member in struct:node_subscr
60 void *usr_handle, net_ev_handler handle_down);
H A Dnode_subscr.c48 void *usr_handle, net_ev_handler handle_down)
61 node_sub->usr_handle = usr_handle;
47 tipc_nodesub_subscribe(struct node_subscr *node_sub, u32 addr, void *usr_handle, net_ev_handler handle_down) argument
H A Duser_reg.c54 * @usr_handle: user-defined value passed to callback routine
61 void *usr_handle; member in struct:tipc_user
108 arg = user_ptr->usr_handle;
160 int tipc_attach(u32 *userid, tipc_mode_event cb, void *usr_handle) argument
181 user_ptr->usr_handle = usr_handle;
H A Deth_media.c77 dev = ((struct eth_bearer *)(tb_ptr->usr_handle))->dev;
159 tb_ptr->usr_handle = (void *)eb_ptr;
177 ((struct eth_bearer *)tb_ptr->usr_handle)->bearer = NULL;
H A Dsubscr.c393 static void subscr_conn_shutdown_event(void *usr_handle, argument
403 subscriber = tipc_ref_lock((u32)(unsigned long)usr_handle);
416 static void subscr_conn_msg_event(void *usr_handle, argument
425 subscriber = tipc_ref_lock((u32)(unsigned long)usr_handle);
442 static void subscr_named_msg_event(void *usr_handle, argument
H A Dport.c220 u32 tipc_createport_raw(void *usr_handle, argument
251 p_ptr->publ.usr_handle = usr_handle;
326 handle = p_ptr->publ.usr_handle;
770 void *usr_handle; local
790 usr_handle = up_ptr->usr_handle;
821 cb(usr_handle, dref, &buf, msg_data(msg),
834 cb(usr_handle, dref, &buf, msg_data(msg),
855 cb(usr_handle, dre
1006 tipc_createport(u32 user_ref, void *usr_handle, unsigned int importance, tipc_msg_err_event error_cb, tipc_named_msg_err_event named_error_cb, tipc_conn_shutdown_event conn_error_cb, tipc_msg_event msg_cb, tipc_named_msg_event named_msg_cb, tipc_conn_msg_event conn_msg_cb, tipc_continue_event continue_event_cb, u32 *portref) argument
[all...]
H A Dport.h50 * @usr_handle: user-specified field
58 void *usr_handle; member in struct:user_port
H A Dsocket.c215 port->usr_handle = tsock;
265 tsock->p->usr_handle = NULL;
1124 struct tipc_sock *tsock = (struct tipc_sock *)tport->usr_handle;
1225 struct tipc_sock *tsock = (struct tipc_sock *)tport->usr_handle;
H A Dconfig.c50 char usr_handle[8]; member in struct:subscr_data
H A Dnode.c426 (unsigned long)ns->usr_handle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tipc/
H A Dtipc.h59 typedef void (*tipc_mode_event)(void *usr_handle, int mode, u32 addr);
61 int tipc_attach(unsigned int *userref, tipc_mode_event, void *usr_handle);
71 typedef void (*tipc_msg_err_event) (void *usr_handle,
79 typedef void (*tipc_named_msg_err_event) (void *usr_handle,
87 typedef void (*tipc_conn_shutdown_event) (void *usr_handle,
94 typedef void (*tipc_msg_event) (void *usr_handle,
102 typedef void (*tipc_named_msg_event) (void *usr_handle,
111 typedef void (*tipc_conn_msg_event) (void *usr_handle,
117 typedef void (*tipc_continue_event) (void *usr_handle,
121 void *usr_handle,
[all...]
H A Dtipc_port.h50 * @usr_handle: pointer to additional user-defined information about port
63 void *usr_handle; member in struct:tipc_port
82 u32 tipc_createport_raw(void *usr_handle,
H A Dtipc_bearer.h69 * @usr_handle: pointer to additional user-defined information about bearer
81 void *usr_handle; member in struct:tipc_bearer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtipc.h140 char usr_handle[8]; /* available for subscriber use */ member in struct:tipc_subscr

Completed in 146 milliseconds