Lines Matching defs:l2cap_conn
511 struct l2cap_conn { struct
512 struct hci_conn *hcon;
513 struct hci_chan *hchan;
515 bdaddr_t *dst;
516 bdaddr_t *src;
518 unsigned int mtu;
520 __u32 feat_mask;
522 __u8 info_state;
523 __u8 info_ident;
525 struct delayed_work info_timer;
527 spinlock_t lock;
529 struct sk_buff *rx_skb;
530 __u32 rx_len;
531 __u8 tx_ident;
533 __u8 disc_reason;
535 struct delayed_work security_timer;
536 struct smp_chan *smp_chan;
538 struct list_head chan_l;
539 struct mutex chan_lock;