Home
last modified time | relevance | path

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

/net/nfc/nci/
A 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/
A Dtx.c29 struct sk_buff *skb = local->tx_skb; in ieee802154_xmit_sync_worker()
96 local->tx_skb = skb; in ieee802154_tx()
A Dieee802154_i.h92 struct sk_buff *tx_skb; member
/net/bluetooth/
A Dl2cap_core.c1962 struct sk_buff *skb, *tx_skb; in l2cap_ertm_send() local
2000 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() local
2070 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