Lines Matching refs:__u16
73 __u16 omtu;
74 __u16 imtu;
75 __u16 flush_to;
79 __u16 txwin_size;
84 __u16 hci_handle;
474 __u16 head;
475 __u16 tail;
476 __u16 mask;
477 __u16 *list;
498 __u16 dcid;
499 __u16 scid;
501 __u16 imtu;
502 __u16 omtu;
503 __u16 flush_to;
519 __u16 tx_win;
520 __u16 tx_win_max;
521 __u16 ack_win;
523 __u16 retrans_timeout;
524 __u16 monitor_timeout;
525 __u16 mps;
527 __u16 tx_credits;
528 __u16 rx_credits;
543 __u16 next_tx_seq;
544 __u16 expected_ack_seq;
545 __u16 expected_tx_seq;
546 __u16 buffer_seq;
547 __u16 srej_save_reqseq;
548 __u16 last_acked_seq;
549 __u16 frames_sent;
550 __u16 unacked_frames;
552 __u16 sdu_len;
556 __u16 remote_tx_win;
558 __u16 remote_mps;
562 __u16 local_msdu;
569 __u16 remote_msdu;
837 static inline int __seq_offset(struct l2cap_chan *chan, __u16 seq1, __u16 seq2) in __seq_offset()
845 static inline __u16 __next_seq(struct l2cap_chan *chan, __u16 seq) in __next_seq()
915 int l2cap_add_scid(struct l2cap_chan *chan, __u16 scid);