sk_count          129 drivers/staging/isdn/hysdn/hycapi.c 	cinfo->sk_count++;		/* adjust counter */
sk_count          130 drivers/staging/isdn/hysdn/hycapi.c 	if (cinfo->sk_count >= HYSDN_MAX_CAPI_SKB) {
sk_count          634 drivers/staging/isdn/hysdn/hycapi.c 	if (cinfo->sk_count-- == HYSDN_MAX_CAPI_SKB)	/* dec usage count */
sk_count          653 drivers/staging/isdn/hysdn/hycapi.c 	if (!cinfo->sk_count)
sk_count          207 drivers/staging/isdn/hysdn/hysdn_defs.h 		int sk_count;		/* number of buffers currently in ring */
sk_count           47 drivers/staging/isdn/hysdn/hysdn_net.c 	int sk_count;		/* number of buffers currently in ring */
sk_count           95 drivers/staging/isdn/hysdn/hysdn_net.c 	while (nl->sk_count) {
sk_count           99 drivers/staging/isdn/hysdn/hysdn_net.c 		nl->sk_count--;
sk_count          133 drivers/staging/isdn/hysdn/hysdn_net.c 	lp->sk_count++;		/* adjust counter */
sk_count          140 drivers/staging/isdn/hysdn/hysdn_net.c 	if (lp->sk_count >= MAX_SKB_BUFFERS)
sk_count          149 drivers/staging/isdn/hysdn/hysdn_net.c 	if (lp->sk_count <= 3) {
sk_count          170 drivers/staging/isdn/hysdn/hysdn_net.c 	if (!lp->sk_count)
sk_count          180 drivers/staging/isdn/hysdn/hysdn_net.c 	if (lp->sk_count-- == MAX_SKB_BUFFERS)	/* dec usage count */
sk_count          229 drivers/staging/isdn/hysdn/hysdn_net.c 	if (!lp->sk_count)
sk_count           66 include/net/llc.h 	int sk_count;
sk_count          705 net/llc/llc_conn.c 	sap->sk_count++;
sk_count          726 net/llc/llc_conn.c 	sap->sk_count--;
sk_count          124 net/llc/llc_core.c 	WARN_ON(sap->sk_count);