Searched refs:sk_count (Results 1 – 5 of 5) sorted by relevance
56 int sk_count; /* number of buffers currently in ring */ member115 while (nl->sk_count) { in flush_tx_buffers()119 nl->sk_count--; in flush_tx_buffers()156 lp->sk_count++; /* adjust counter */ in net_send_packet()163 if (lp->sk_count >= MAX_SKB_BUFFERS) in net_send_packet()172 if (lp->sk_count <= 3) { in net_send_packet()194 if (!lp->sk_count) in hysdn_tx_netack()204 if (lp->sk_count-- == MAX_SKB_BUFFERS) /* dec usage count */ in hysdn_tx_netack()253 if (!lp->sk_count) in hysdn_tx_netget()
128 cinfo->sk_count++; /* adjust counter */ in hycapi_sendmsg_internal()129 if (cinfo->sk_count >= HYSDN_MAX_CAPI_SKB) { in hycapi_sendmsg_internal()642 if (cinfo->sk_count-- == HYSDN_MAX_CAPI_SKB) /* dec usage count */ in hycapi_tx_capiack()661 if (!cinfo->sk_count) in hycapi_tx_capiget()
214 int sk_count; /* number of buffers currently in ring */ member
42 int sk_count; member
190 static int sk_count=0; variable2025 if ((err=put_user(sk_count, &dbg_data->debug[cnt].sk_count))) in wanpipe_debug()