Searched refs:PROTO_INUSE_NR (Results 1 - 1 of 1) sorted by relevance

/net/core/
H A Dsock.c2593 #define PROTO_INUSE_NR 64 /* should be enough for the first time */ macro
2595 int val[PROTO_INUSE_NR];
2598 static DECLARE_BITMAP(proto_inuse_idx, PROTO_INUSE_NR);
2668 prot->inuse_idx = find_first_zero_bit(proto_inuse_idx, PROTO_INUSE_NR);
2670 if (unlikely(prot->inuse_idx == PROTO_INUSE_NR - 1)) {
2671 pr_err("PROTO_INUSE_NR exhausted\n");
2680 if (prot->inuse_idx != PROTO_INUSE_NR - 1)

Completed in 34 milliseconds