Home
last modified time | relevance | path

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

/Linux-v6.6/net/tipc/
Dsocket.c58 #define TIPC_MIN_PORT 1 macro
3017 u32 remaining = (TIPC_MAX_PORT - TIPC_MIN_PORT) + 1; in tipc_sk_insert()
3018 u32 portid = get_random_u32_below(remaining) + TIPC_MIN_PORT; in tipc_sk_insert()
3022 if ((portid < TIPC_MIN_PORT) || (portid > TIPC_MAX_PORT)) in tipc_sk_insert()
3023 portid = TIPC_MIN_PORT; in tipc_sk_insert()