Home
last modified time | relevance | path

Searched refs:tx_send_head (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dl2cap_core.c2118 while (chan->tx_send_head && in l2cap_ertm_send()
2122 skb = chan->tx_send_head; in l2cap_ertm_send()
2157 chan->tx_send_head = NULL; in l2cap_ertm_send()
2159 chan->tx_send_head = skb_queue_next(&chan->tx_q, skb); in l2cap_ertm_send()
2279 skb == chan->tx_send_head) in l2cap_retransmit_all()
2284 if (skb == chan->tx_send_head) in l2cap_retransmit_all()
2887 if (chan->tx_send_head == NULL) in l2cap_tx_state_xmit()
2888 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_xmit()
2959 if (chan->tx_send_head == NULL) in l2cap_tx_state_wait_f()
2960 chan->tx_send_head in l2cap_tx_state_wait_f()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dl2cap_core.c1946 while (chan->tx_send_head && in l2cap_ertm_send()
1950 skb = chan->tx_send_head; in l2cap_ertm_send()
1985 chan->tx_send_head = NULL; in l2cap_ertm_send()
1987 chan->tx_send_head = skb_queue_next(&chan->tx_q, skb); in l2cap_ertm_send()
2104 skb == chan->tx_send_head) in l2cap_retransmit_all()
2109 if (skb == chan->tx_send_head) in l2cap_retransmit_all()
2711 if (chan->tx_send_head == NULL) in l2cap_tx_state_xmit()
2712 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_xmit()
2783 if (chan->tx_send_head == NULL) in l2cap_tx_state_wait_f()
2784 chan->tx_send_head in l2cap_tx_state_wait_f()
[all...]
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dl2cap.h594 struct sk_buff *tx_send_head; member
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dl2cap.h635 struct sk_buff *tx_send_head; member

Completed in 15 milliseconds