Searched defs:port_ref (Results 1 - 3 of 3) sorted by relevance

/net/tipc/
H A Dconfig.c385 u32 port_ref,
424 tipc_send_buf2port(port_ref, orig, rep_buf, rep_buf->len);
384 cfg_named_msg_event(void *userdata, u32 port_ref, struct sk_buff **buf, const unchar *msg, u32 size, u32 importance, struct tipc_portid const *orig, struct tipc_name_seq const *dest) argument
H A Dsubscr.c44 * @port_ref: object reference to server port connecting to subscriber
50 u32 port_ref; member in struct:tipc_subscriber
94 u32 port_ref,
105 sub->evt.port.ref = htohl(port_ref, sub->swap);
138 u32 port_ref,
147 subscr_send_event(sub, found_lower, found_upper, event, port_ref, node);
212 u32 port_ref; local
217 port_ref = subscriber->port_ref;
218 subscriber->port_ref
90 subscr_send_event(struct tipc_subscription *sub, u32 found_lower, u32 found_upper, u32 event, u32 port_ref, u32 node) argument
134 tipc_subscr_report_overlap(struct tipc_subscription *sub, u32 found_lower, u32 found_upper, u32 event, u32 port_ref, u32 node, int must) argument
356 subscr_conn_shutdown_event(void *usr_handle, u32 port_ref, struct sk_buff **buf, unsigned char const *data, unsigned int size, int reason) argument
379 subscr_conn_msg_event(void *usr_handle, u32 port_ref, struct sk_buff **buf, const unchar *data, u32 size) argument
428 subscr_named_msg_event(void *usr_handle, u32 port_ref, struct sk_buff **buf, const unchar *data, u32 size, u32 importance, struct tipc_portid const *orig, struct tipc_name_seq const *dest) argument
[all...]
H A Dname_table.c124 u32 scope, u32 node, u32 port_ref,
138 publ->ref = port_ref;
665 u32 scope, u32 port_ref, u32 key)
677 tipc_own_addr, port_ref, key);
123 publ_create(u32 type, u32 lower, u32 upper, u32 scope, u32 node, u32 port_ref, u32 key) argument
664 tipc_nametbl_publish(u32 type, u32 lower, u32 upper, u32 scope, u32 port_ref, u32 key) argument

Completed in 20 milliseconds