Searched refs:tx_skb (Results 1 – 4 of 4) sorted by relevance
41 struct sk_buff *skb = nu->tx_skb; in nci_uart_dequeue()46 nu->tx_skb = NULL; in nci_uart_dequeue()53 if (nu->tx_skb) in nci_uart_queue_empty()90 nu->tx_skb = skb; in nci_uart_write_work()183 kfree_skb(nu->tx_skb); in nci_uart_tty_close()
29 struct sk_buff *skb = local->tx_skb; in ieee802154_xmit_sync_worker()96 local->tx_skb = skb; in ieee802154_tx()
92 struct sk_buff *tx_skb; member
1962 struct sk_buff *skb, *tx_skb; in l2cap_ertm_send() local2000 tx_skb = skb_clone(skb, GFP_KERNEL); in l2cap_ertm_send()2002 if (!tx_skb) in l2cap_ertm_send()2017 l2cap_do_send(chan, tx_skb); in l2cap_ertm_send()2031 struct sk_buff *tx_skb; in l2cap_ertm_resend() local2070 tx_skb = skb_copy(skb, GFP_KERNEL); in l2cap_ertm_resend()2072 tx_skb = skb_clone(skb, GFP_KERNEL); in l2cap_ertm_resend()2075 if (!tx_skb) { in l2cap_ertm_resend()2083 tx_skb->data + L2CAP_HDR_SIZE); in l2cap_ertm_resend()2092 tx_skb->len - L2CAP_FCS_SIZE); in l2cap_ertm_resend()[all …]
Completed in 19 milliseconds