Searched refs:sk_count (Results 1 – 6 of 6) sorted by relevance
47 int sk_count; /* number of buffers currently in ring */ member95 while (nl->sk_count) { in flush_tx_buffers()99 nl->sk_count--; in flush_tx_buffers()133 lp->sk_count++; /* adjust counter */ in net_send_packet()140 if (lp->sk_count >= MAX_SKB_BUFFERS) in net_send_packet()149 if (lp->sk_count <= 3) { in net_send_packet()170 if (!lp->sk_count) in hysdn_tx_netack()180 if (lp->sk_count-- == MAX_SKB_BUFFERS) /* dec usage count */ in hysdn_tx_netack()229 if (!lp->sk_count) in hysdn_tx_netget()
129 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()
207 int sk_count; /* number of buffers currently in ring */ member
124 WARN_ON(sap->sk_count); in llc_sap_close()
705 sap->sk_count++; in llc_sap_add_socket()726 sap->sk_count--; in llc_sap_remove_socket()
66 int sk_count; member