Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dport.h125 struct tipc_port { struct
138 u32 (*dispatcher)(struct tipc_port *, struct sk_buff *); argument
139 void (*wakeup)(struct tipc_port *); argument
159 struct tipc_port *tipc_createport_raw(void *usr_handle, argument
160 u32 (*dispatcher)(struct tipc_port *, struct sk_buff *),
161 void (*wakeup)(struct tipc_port *), const u32 importance);
203 int tipc_disconnect_port(struct tipc_port *tp_ptr);
227 int tipc_port_reject_sections(struct tipc_port *p_ptr, struct tipc_msg *hdr,
239 static inline struct tipc_port *tipc_port_lock(u32 ref) in tipc_port_lock()
241 return (struct tipc_port *)tipc_ref_lock(ref); in tipc_port_lock()
[all …]
Dport.c57 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()
[all …]
Dsocket.c51 struct tipc_port *p;
57 #define tipc_sk_port(sk) ((struct tipc_port *)(tipc_sk(sk)->p))
63 static u32 dispatch(struct tipc_port *tport, struct sk_buff *buf);
64 static void wakeupdispatch(struct tipc_port *tport);
184 struct tipc_port *tp_ptr; in tipc_create()
265 struct tipc_port *tport; in release()
526 struct tipc_port *tport = tipc_sk_port(sk); in send_msg()
639 struct tipc_port *tport = tipc_sk_port(sk); in send_packet()
703 struct tipc_port *tport = tipc_sk_port(sk); in send_stream()
853 struct tipc_port *tport) in anc_data_recv()
[all …]
Dlink.h214 struct tipc_port;
235 int tipc_link_send_sections_fast(struct tipc_port *sender,
Dlink.c94 static int link_send_sections_long(struct tipc_port *sender,
425 struct tipc_port *p_ptr; in link_schedule_port()
447 struct tipc_port *p_ptr; in tipc_link_wakeup_ports()
448 struct tipc_port *temp_p_ptr; in tipc_link_wakeup_ports()
1096 int tipc_link_send_sections_fast(struct tipc_port *sender, in tipc_link_send_sections_fast()
1192 static int link_send_sections_long(struct tipc_port *sender, in link_send_sections_long()
Dsubscr.c163 struct tipc_port *server_port; in subscr_timeout()