Searched refs:conflict (Results 1 - 2 of 2) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn-settings.c333 goto conflict;
338 goto conflict;
346 conflict:
378 goto conflict;
383 goto conflict;
391 conflict:
/systemd/src/libsystemd-network/
H A Dsd-ipv4acd.c86 int conflict; member in struct:sd_ipv4acd
232 /* the TPA matched instead of the SPA, this is not a conflict */
247 if (ll->conflict >= MAX_CONFLICTS) {
253 ll->conflict = 0;
315 ll->conflict = 0;
338 ll->conflict++;
342 log_ipv4acd_debug(ll, "Conflict on %s (%u)", address, ll->conflict);
388 /* BPF ensures this packet indicates a conflict */

Completed in 1160 milliseconds