Searched refs:sdu_len (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dl2cap.h346 __u16 sdu_len; member in struct:l2cap_pinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dl2cap.c3577 pi->sdu_len = get_unaligned_le16(skb->data);
3579 if (pi->sdu_len > pi->imtu)
3582 pi->sdu = bt_skb_alloc(pi->sdu_len, GFP_ATOMIC);
3586 /* pull sdu_len bytes only after alloc, because of Local Busy
3605 if (pi->partial_sdu_len > pi->sdu_len)
3625 if (pi->partial_sdu_len != pi->sdu_len)
3820 pi->sdu_len = get_unaligned_le16(skb->data);
3823 if (pi->sdu_len > pi->imtu) {
3828 pi->sdu = bt_skb_alloc(pi->sdu_len, GFP_ATOMIC);
3848 if (pi->partial_sdu_len > pi->sdu_len)
[all...]

Completed in 78 milliseconds