Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hysdn/
Dhysdn_net.c47 int sk_count; /* number of buffers currently in ring */ member
91 while (nl->sk_count) { in flush_tx_buffers()
95 nl->sk_count--; in flush_tx_buffers()
129 lp->sk_count++; /* adjust counter */ in net_send_packet()
136 if (lp->sk_count >= MAX_SKB_BUFFERS) in net_send_packet()
145 if (lp->sk_count <= 3) { in net_send_packet()
166 if (!lp->sk_count) in hysdn_tx_netack()
176 if (lp->sk_count-- == MAX_SKB_BUFFERS) /* dec usage count */ in hysdn_tx_netack()
225 if (!lp->sk_count) in hysdn_tx_netget()
Dhycapi.c129 cinfo->sk_count++; /* adjust counter */ in hycapi_sendmsg_internal()
130 if (cinfo->sk_count >= HYSDN_MAX_CAPI_SKB) { in hycapi_sendmsg_internal()
634 if (cinfo->sk_count-- == HYSDN_MAX_CAPI_SKB) /* dec usage count */ in hycapi_tx_capiack()
653 if (!cinfo->sk_count) in hycapi_tx_capiget()
Dhysdn_defs.h207 int sk_count; /* number of buffers currently in ring */ member
/linux-4.19.296/include/net/
Dllc.h66 int sk_count; member