Lines Matching refs:trial
139 /* tipc_disc_addr_trial(): - handle an address uniqueness trial from peer
141 * trial message or we are inside trial period. Otherwise false.
154 bool trial = time_before(jiffies, tn->addr_trial_end) && !self;
157 if (!trial)
164 /* Otherwise update trial address and restart trial period */
171 /* Apply trial address if we just left trial period */
172 if (!trial && !self) {
178 /* Accept regular link requests/responses only after trial period */
180 return trial;
312 /* Did we just leave trial period ? */
368 /* Do we need an address trial period first ? */