Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_net.c56 int sk_count; /* number of buffers currently in ring */ member
115 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()
Dhycapi.c128 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()
Dhysdn_defs.h214 int sk_count; /* number of buffers currently in ring */ member
/linux-2.4.37.9/include/linux/
Dif_wanpipe.h42 int sk_count; member
/linux-2.4.37.9/net/wanrouter/
Daf_wanpipe.c190 static int sk_count=0; variable
2025 if ((err=put_user(sk_count, &dbg_data->debug[cnt].sk_count))) in wanpipe_debug()