Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/ !
Dport.h47 typedef void (*tipc_msg_err_event) (void *usr_handle, u32 portref,
52 typedef void (*tipc_named_msg_err_event) (void *usr_handle, u32 portref,
57 typedef void (*tipc_conn_shutdown_event) (void *usr_handle, u32 portref,
61 typedef void (*tipc_msg_event) (void *usr_handle, u32 portref,
66 typedef void (*tipc_named_msg_event) (void *usr_handle, u32 portref,
72 typedef void (*tipc_conn_msg_event) (void *usr_handle, u32 portref,
76 typedef void (*tipc_continue_event) (void *usr_handle, u32 portref);
175 tipc_continue_event continue_event_cb, u32 *portref);
177 int tipc_deleteport(u32 portref);
179 int tipc_portimportance(u32 portref, unsigned int *importance);
[all …]
Dsocket.c343 u32 portref = tipc_sk_port(sock->sk)->ref; in bind() local
346 return tipc_withdraw(portref, 0, NULL); in bind()
362 tipc_publish(portref, addr->scope, &addr->addr.nameseq) : in bind()
363 tipc_withdraw(portref, -addr->scope, &addr->addr.nameseq); in bind()
Dport.c905 u32 *portref) in tipc_createport() argument
932 *portref = p_ptr->ref; in tipc_createport()