.. | .. |
---|
37 | 37 | |
---|
38 | 38 | /** |
---|
39 | 39 | * llc_alloc_frame - allocates sk_buff for frame |
---|
| 40 | + * @sk: socket to allocate frame to |
---|
40 | 41 | * @dev: network device this skb will be sent over |
---|
41 | 42 | * @type: pdu type to allocate |
---|
42 | 43 | * @data_size: data size to allocate |
---|
.. | .. |
---|
273 | 274 | * llc_sap_rcv - sends received pdus to the sap state machine |
---|
274 | 275 | * @sap: current sap component structure. |
---|
275 | 276 | * @skb: received frame. |
---|
| 277 | + * @sk: socket to associate to frame |
---|
276 | 278 | * |
---|
277 | 279 | * Sends received pdus to the sap state machine. |
---|
278 | 280 | */ |
---|
.. | .. |
---|
379 | 381 | * llc_sap_mcast - Deliver multicast PDU's to all matching datagram sockets. |
---|
380 | 382 | * @sap: SAP |
---|
381 | 383 | * @laddr: address of local LLC (MAC + SAP) |
---|
| 384 | + * @skb: PDU to deliver |
---|
382 | 385 | * |
---|
383 | 386 | * Search socket list of the SAP and finds connections with same sap. |
---|
384 | 387 | * Deliver clone to each. |
---|