Searched defs:refreshed (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c914 * interfaces. Entries that cannot be refreshed (e.g., because there are no
1333 boolean_t refreshed = B_TRUE; local
1340 refreshed = ipmp_ill_activate(ill);
1346 return (refreshed);
1367 boolean_t refreshed = B_FALSE; local
1383 refreshed = ipmp_ill_try_refresh_active(ill);
1390 if (!refreshed)

Completed in 49 milliseconds