Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dtipc_config.h175 #define TIPC_MIN_LINK_TOL 50 macro
179 #if (TIPC_MIN_LINK_TOL < 16)
/linux-2.6.39/net/tipc/
Dbearer.c126 if ((link_tolerance < TIPC_MIN_LINK_TOL) || in tipc_register_media()
Dlink.c2628 if ((tolerance < TIPC_MIN_LINK_TOL) || (tolerance > TIPC_MAX_LINK_TOL)) in link_set_supervision_props()
2726 if ((new_value >= TIPC_MIN_LINK_TOL) && in tipc_link_cmd_config()