.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "LLC_UI_CREATE" "" "06 October 2005" "" "" .SH NAME llc_ui_create \- alloc and init a new llc_ui socket .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int llc_ui_create (struct socket * \fIsock\fB, int \fIprotocol\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsock\fB\fR Socket to initialize and attach allocated sk to. .TP \fB\fIprotocol\fB\fR Unused. .SH "DESCRIPTION" .PP Allocate and initialize a new llc_ui socket, validate the user wants a socket type we have available. Returns 0 upon success, negative upon failure.