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()
84 struct sk_buff *tx_skb; member
1961 struct sk_buff *skb, *tx_skb; in l2cap_ertm_send() local1999 tx_skb = skb_clone(skb, GFP_KERNEL); in l2cap_ertm_send()2001 if (!tx_skb) in l2cap_ertm_send()2016 l2cap_do_send(chan, tx_skb); in l2cap_ertm_send()2030 struct sk_buff *tx_skb; in l2cap_ertm_resend() local2069 tx_skb = skb_copy(skb, GFP_KERNEL); in l2cap_ertm_resend()2071 tx_skb = skb_clone(skb, GFP_KERNEL); in l2cap_ertm_resend()2074 if (!tx_skb) { in l2cap_ertm_resend()2082 tx_skb->data + L2CAP_HDR_SIZE); in l2cap_ertm_resend()2085 tx_skb->data + L2CAP_HDR_SIZE); in l2cap_ertm_resend()[all …]