tx_send_head 593 include/net/bluetooth/l2cap.h struct sk_buff *tx_send_head; tx_send_head 1927 net/bluetooth/l2cap_core.c while (chan->tx_send_head && tx_send_head 1931 net/bluetooth/l2cap_core.c skb = chan->tx_send_head; tx_send_head 1966 net/bluetooth/l2cap_core.c chan->tx_send_head = NULL; tx_send_head 1968 net/bluetooth/l2cap_core.c chan->tx_send_head = skb_queue_next(&chan->tx_q, skb); tx_send_head 2088 net/bluetooth/l2cap_core.c skb == chan->tx_send_head) tx_send_head 2093 net/bluetooth/l2cap_core.c if (skb == chan->tx_send_head) tx_send_head 2719 net/bluetooth/l2cap_core.c if (chan->tx_send_head == NULL) tx_send_head 2720 net/bluetooth/l2cap_core.c chan->tx_send_head = skb_peek(skbs); tx_send_head 2791 net/bluetooth/l2cap_core.c if (chan->tx_send_head == NULL) tx_send_head 2792 net/bluetooth/l2cap_core.c chan->tx_send_head = skb_peek(skbs); tx_send_head 6527 net/bluetooth/l2cap_core.c chan->tx_send_head = skb_peek(&chan->tx_q); tx_send_head 6529 net/bluetooth/l2cap_core.c chan->tx_send_head = NULL; tx_send_head 6565 net/bluetooth/l2cap_core.c chan->tx_send_head = skb_peek(&chan->tx_q); tx_send_head 6567 net/bluetooth/l2cap_core.c chan->tx_send_head = NULL;