Home
last modified time | relevance | path

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

/net/tipc/
Dport.c810 u32 dref = msg_destport(msg); in port_dispatcher_sigh() local
816 p_ptr = tipc_port_lock(dref); in port_dispatcher_sigh()
841 if (tipc_connect2port(dref, &orig)) in port_dispatcher_sigh()
848 tipc_acknowledge(dref, 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()
904 tipc_disconnect(dref); 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 …]