Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
l2cap_ops Struct Reference

#include <l2cap.h>

Data Fields

charname
 
struct l2cap_chan *(* new_connection )(struct l2cap_chan *chan)
 
int(* recv )(struct l2cap_chan *chan, struct sk_buff *skb)
 
void(* teardown )(struct l2cap_chan *chan, int err)
 
void(* close )(struct l2cap_chan *chan)
 
void(* state_change )(struct l2cap_chan *chan, int state)
 
void(* ready )(struct l2cap_chan *chan)
 
struct sk_buff *(* alloc_skb )(struct l2cap_chan *chan, unsigned long len, int nb)
 

Detailed Description

Definition at line 530 of file l2cap.h.

Field Documentation

struct sk_buff*(* alloc_skb)(struct l2cap_chan *chan, unsigned long len, int nb)
read

Definition at line 541 of file l2cap.h.

void(* close)(struct l2cap_chan *chan)

Definition at line 537 of file l2cap.h.

char* name

Definition at line 531 of file l2cap.h.

struct l2cap_chan*(* new_connection)(struct l2cap_chan *chan)
read

Definition at line 533 of file l2cap.h.

void(* ready)(struct l2cap_chan *chan)

Definition at line 540 of file l2cap.h.

Definition at line 534 of file l2cap.h.

void(* state_change)(struct l2cap_chan *chan, int state)

Definition at line 538 of file l2cap.h.

void(* teardown)(struct l2cap_chan *chan, int err)

Definition at line 536 of file l2cap.h.


The documentation for this struct was generated from the following file: