Searched refs:upsock (Results 1 – 1 of 1) sorted by relevance
84 struct upsock { struct85 RB_ENTRY(upsock) tree;94 static RB_HEAD(upsock_t, upsock) upcall_sockets; argument96 upsock_compare(const struct upsock *a, const struct upsock *b) in upsock_compare()100 RB_GENERATE_STATIC(upsock_t, upsock, tree, upsock_compare);155 struct upsock *upsp, ups; in sys_rpctls_syscall()165 &(struct upsock){ in sys_rpctls_syscall()221 rpctls_rpc_failed(struct upsock *ups, struct socket *so) in rpctls_rpc_failed()226 struct upsock *removed __diagused; in rpctls_rpc_failed()263 struct upsock ups = { in rpctls_connect()[all …]