.\" 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_CONN_RTN_PDU" "" "06 October 2005" "" "" .SH NAME llc_conn_rtn_pdu \- sends received data pdu to upper layer .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void llc_conn_rtn_pdu (struct sock * \fIsk\fB, struct sk_buff * \fIskb\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsk\fB\fR Active connection .TP \fB\fIskb\fB\fR Received data frame .SH "DESCRIPTION" .PP Sends received data pdu to upper layer (by using indicate function). Prepares service parameters (prim and prim_data). calling indication function will be done in llc_conn_state_process.