Searched refs:bridge_set_hello_time (Results 1 – 3 of 3) sorted by relevance
786 if (bridge_set_hello_time(bif, val->v.integer) < 0) in op_dot1d_stp()843 bridge_set_hello_time(bif, ctx->scratch->int1); in op_dot1d_stp()1242 if (bridge_set_hello_time(bif, val->v.integer) < 0) in op_begemot_stp()1305 bridge_set_hello_time(bif, ctx->scratch->int1); in op_begemot_stp()
292 int bridge_set_hello_time(struct bridge_if *bif, int32_t hello_time);
345 bridge_set_hello_time(struct bridge_if *bif, int32_t hello_time) in bridge_set_hello_time() function