LLC_RCV

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

 

NAME

llc_rcv - 802.2 entry point from net lower layers  

SYNOPSIS

"SYNOPSIS"

int llc_rcv (struct sk_buff * skb, struct net_device * dev, struct packet_type * pt);  

ARGUMENTS

skb
received pdu
dev
device that receive pdu
pt
packet type
 

DESCRIPTION

When the system receives a 802.2 frame this function is called. It checks SAP and connection of received pdu and passes frame to llc_{station,sap,conn}_rcv for sending to proper state machine. If the frame is related to a busy connection (a connection is sending data now), it queues this frame in the connection's backlog.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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