LLC_BUILD_AND_SEND_PKT

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

llc_build_and_send_pkt - Connection data sending for upper layers.  

SYNOPSIS

"SYNOPSIS"

int llc_build_and_send_pkt (struct sock * sk, struct sk_buff * skb);  

ARGUMENTS

sk
connection
skb
packet to send
 

DESCRIPTION

This function is called when upper layer wants to send data using connection oriented communication mode. During sending data, connection will be locked and received frames and expired timers will be queued. Returns 0 for success, -ECONNABORTED when the connection already closed and -EBUSY when sending data is not permitted in this state or LLC has send an I pdu with p bit set to 1 and is waiting for it's response.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:20:56 GMT, October 06, 2005