Lines Matching refs:trial
136 /* tipc_disc_addr_trial(): - handle an address uniqueness trial from peer
138 * trial message or we are inside trial period. Otherwise false.
151 bool trial = time_before(jiffies, tn->addr_trial_end) && !self;
154 if (!trial)
161 /* Otherwise update trial address and restart trial period */
168 /* Apply trial address if we just left trial period */
169 if (!trial && !self) {
175 /* Accept regular link requests/responses only after trial period */
177 return trial;
309 /* Did we just leave trial period ? */
365 /* Do we need an address trial period first ? */