Searched refs:tipc_portid (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/net/tipc/ |
D | port.h | 50 struct tipc_portid const *attmpt_destid); 64 struct tipc_portid const *origin); 69 struct tipc_portid const *orig, 193 int tipc_connect2port(u32 portref, struct tipc_portid const *port); 213 int tipc_send2port(u32 portref, struct tipc_portid const *dest, 216 int tipc_send_buf2port(u32 portref, struct tipc_portid const *dest,
|
D | port.c | 676 struct tipc_portid orig; in port_dispatcher_sigh() 1048 int tipc_connect2port(u32 ref, struct tipc_portid const *peer) in tipc_connect2port() 1266 int tipc_send2port(u32 ref, struct tipc_portid const *dest, in tipc_send2port() 1306 int tipc_send_buf2port(u32 ref, struct tipc_portid const *dest, in tipc_send_buf2port()
|
D | config.c | 432 struct tipc_portid const *orig, in cfg_named_msg_event()
|
D | subscr.c | 472 struct tipc_portid const *orig, in subscr_named_msg_event()
|
D | socket.c | 54 struct tipc_portid peer_name;
|
/linux-2.6.39/include/linux/ |
D | tipc.h | 46 struct tipc_portid { struct 151 struct tipc_portid port; /* associated port */ 181 struct tipc_portid id;
|