Home
last modified time | relevance | path

Searched refs:rx_busy_skb (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-5.10/yangfan_patch/
Dnet.patch35 if (l2cap_pi(sk)->rx_busy_skb) {
36 kfree_skb(l2cap_pi(sk)->rx_busy_skb);
/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_sock.c1223 if (pi->rx_busy_skb) { in l2cap_sock_recvmsg()
1224 if (!__sock_queue_rcv_skb(sk, pi->rx_busy_skb)) in l2cap_sock_recvmsg()
1225 pi->rx_busy_skb = NULL; in l2cap_sock_recvmsg()
1498 if (l2cap_pi(sk)->rx_busy_skb) { in l2cap_sock_recv_cb()
1525 l2cap_pi(sk)->rx_busy_skb = skb; in l2cap_sock_recv_cb()
1750 if (l2cap_pi(sk)->rx_busy_skb) { in l2cap_sock_destruct()
1751 kfree_skb(l2cap_pi(sk)->rx_busy_skb); in l2cap_sock_destruct()
1752 l2cap_pi(sk)->rx_busy_skb = NULL; in l2cap_sock_destruct()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dl2cap.h728 struct sk_buff *rx_busy_skb; member