OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MVXPSEC_MAX_SESSIONS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
mvxpsecvar.h
249
#define
MVXPSEC_MAX_SESSIONS
512
429
struct mvxpsec_session *sc_sessions[
MVXPSEC_MAX_SESSIONS
];
mvxpsec.c
358
"Max %d sessions.\n",
MVXPSEC_MAX_SESSIONS
);
441
pool_cache_sethiwat(sc->sc_session_pool,
MVXPSEC_MAX_SESSIONS
);
442
pool_cache_setlowat(sc->sc_session_pool,
MVXPSEC_MAX_SESSIONS
/ 2);
450
pool_cache_sethiwat(sc->sc_packet_pool,
MVXPSEC_MAX_SESSIONS
);
451
pool_cache_setlowat(sc->sc_packet_pool,
MVXPSEC_MAX_SESSIONS
/ 2);
457
for (i = 0; i <
MVXPSEC_MAX_SESSIONS
; i++) {
1575
if (__predict_false(session >
MVXPSEC_MAX_SESSIONS
)) {
1885
if (sc->sc_nsessions >=
MVXPSEC_MAX_SESSIONS
) {
1888
__func__,
MVXPSEC_MAX_SESSIONS
);
1892
for (i = hint; i <
MVXPSEC_MAX_SESSIONS
; i++)
[
all
...]
Completed in 14 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025