Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/core/
A Dsock.c3723 static DECLARE_BITMAP(proto_inuse_idx, PROTO_INUSE_NR);
3779 prot->inuse_idx = find_first_zero_bit(proto_inuse_idx, PROTO_INUSE_NR); in assign_proto_idx()
3781 if (unlikely(prot->inuse_idx == PROTO_INUSE_NR - 1)) { in assign_proto_idx()
3792 if (prot->inuse_idx != PROTO_INUSE_NR - 1) in release_proto_idx()
/linux-6.3-rc2/include/net/
A Dsock.h1503 #define PROTO_INUSE_NR 64 /* should be enough for the first time */ macro
1506 int val[PROTO_INUSE_NR];

Completed in 16 milliseconds