Lines Matching refs:tipc_port

57 static struct sk_buff *port_build_self_abort_msg(struct tipc_port *, u32 err);
58 static struct sk_buff *port_build_peer_abort_msg(struct tipc_port *, u32 err);
62 static u32 port_peernode(struct tipc_port *p_ptr) in port_peernode()
67 static u32 port_peerport(struct tipc_port *p_ptr) in port_peerport()
84 struct tipc_port *oport = tipc_port_deref(ref); in tipc_multicast()
200 struct tipc_port *tipc_createport_raw(void *usr_handle, in tipc_createport_raw()
201 u32 (*dispatcher)(struct tipc_port *, struct sk_buff *), in tipc_createport_raw() argument
202 void (*wakeup)(struct tipc_port *), in tipc_createport_raw() argument
205 struct tipc_port *p_ptr; in tipc_createport_raw()
243 struct tipc_port *p_ptr; in tipc_deleteport()
271 static int port_unreliable(struct tipc_port *p_ptr) in port_unreliable()
278 struct tipc_port *p_ptr; in tipc_portunreliable()
290 struct tipc_port *p_ptr; in tipc_set_portunreliable()
300 static int port_unreturnable(struct tipc_port *p_ptr) in port_unreturnable()
307 struct tipc_port *p_ptr; in tipc_portunreturnable()
319 struct tipc_port *p_ptr; in tipc_set_portunreturnable()
334 static struct sk_buff *port_build_proto_msg(struct tipc_port *p_ptr, in port_build_proto_msg()
403 struct tipc_port *p_ptr = tipc_port_lock(msg_destport(msg)); in tipc_reject_msg()
427 int tipc_port_reject_sections(struct tipc_port *p_ptr, struct tipc_msg *hdr, in tipc_port_reject_sections()
444 struct tipc_port *p_ptr = tipc_port_lock(ref); in port_timeout()
470 struct tipc_port *p_ptr = tipc_port_lock(ref); in port_handle_node_down()
481 static struct sk_buff *port_build_self_abort_msg(struct tipc_port *p_ptr, u32 err) in port_build_self_abort_msg()
494 static struct sk_buff *port_build_peer_abort_msg(struct tipc_port *p_ptr, u32 err) in port_build_peer_abort_msg()
520 struct tipc_port *p_ptr; in tipc_port_recv_proto_msg()
574 static void port_print(struct tipc_port *p_ptr, struct print_buf *buf, int full_id) in port_print()
617 struct tipc_port *p_ptr; in tipc_port_get_ports()
643 struct tipc_port *p_ptr; in tipc_port_reinit()
673 struct tipc_port *p_ptr; in port_dispatcher_sigh()
830 static u32 port_dispatcher(struct tipc_port *dummy, struct sk_buff *buf) in port_dispatcher()
852 struct tipc_port *p_ptr; in port_wakeup_sh()
871 static void port_wakeup(struct tipc_port *p_ptr) in port_wakeup()
878 struct tipc_port *p_ptr; in tipc_acknowledge()
908 struct tipc_port *p_ptr; in tipc_createport()
915 p_ptr = (struct tipc_port *)tipc_createport_raw(NULL, port_dispatcher, in tipc_createport()
939 struct tipc_port *p_ptr; in tipc_portimportance()
951 struct tipc_port *p_ptr; in tipc_set_portimportance()
967 struct tipc_port *p_ptr; in tipc_publish()
1002 struct tipc_port *p_ptr; in tipc_withdraw()
1042 struct tipc_port *p_ptr; in tipc_connect2port()
1082 int tipc_disconnect_port(struct tipc_port *tp_ptr) in tipc_disconnect_port()
1090 &((struct tipc_port *)tp_ptr)->subscription); in tipc_disconnect_port()
1105 struct tipc_port *p_ptr; in tipc_disconnect()
1111 res = tipc_disconnect_port((struct tipc_port *)p_ptr); in tipc_disconnect()
1121 struct tipc_port *p_ptr; in tipc_shutdown()
1140 struct tipc_port *p_ptr; in tipc_port_recv_msg()
1182 static int tipc_port_recv_sections(struct tipc_port *sender, unsigned int num_sect, in tipc_port_recv_sections()
1203 struct tipc_port *p_ptr; in tipc_send()
1243 struct tipc_port *p_ptr; in tipc_send2name()
1293 struct tipc_port *p_ptr; in tipc_send2port()
1332 struct tipc_port *p_ptr; in tipc_send_buf2port()
1336 p_ptr = (struct tipc_port *)tipc_ref_deref(ref); in tipc_send_buf2port()