pending_rx        648 include/net/bluetooth/l2cap.h 	struct sk_buff_head	pending_rx;
pending_rx       1711 net/bluetooth/l2cap_core.c 	skb_queue_purge(&conn->pending_rx);
pending_rx       7024 net/bluetooth/l2cap_core.c 		skb_queue_tail(&conn->pending_rx, skb);
pending_rx       7078 net/bluetooth/l2cap_core.c 	while ((skb = skb_dequeue(&conn->pending_rx)))
pending_rx       7140 net/bluetooth/l2cap_core.c 	skb_queue_head_init(&conn->pending_rx);