Home
last modified time | relevance | path

Searched refs:tx_skb (Results 1 – 4 of 4) sorted by relevance

/net/nfc/nci/
Duart.c41 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()
/net/mac802154/
Dtx.c29 struct sk_buff *skb = local->tx_skb; in ieee802154_xmit_sync_worker()
96 local->tx_skb = skb; in ieee802154_tx()
Dieee802154_i.h84 struct sk_buff *tx_skb; member
/net/bluetooth/
Dl2cap_core.c1961 struct sk_buff *skb, *tx_skb; in l2cap_ertm_send() local
1999 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() local
2069 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 …]