Searched refs:sk_count (Results 1 – 6 of 6) sorted by relevance
47 int sk_count; /* number of buffers currently in ring */ member91 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()
129 cinfo->sk_count++; /* adjust counter */ in hycapi_sendmsg_internal()130 if (cinfo->sk_count >= HYSDN_MAX_CAPI_SKB) { in hycapi_sendmsg_internal()648 if (cinfo->sk_count-- == HYSDN_MAX_CAPI_SKB) /* dec usage count */ in hycapi_tx_capiack()667 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()
723 sap->sk_count++; in llc_sap_add_socket()744 sap->sk_count--; in llc_sap_remove_socket()
66 int sk_count; member