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

/net/netfilter/ipvs/
H A Dip_vs_lblc.c31 * if (n is dead) OR
113 bool dead; member in struct:ip_vs_lblc_table
240 tbl->dead = 1;
372 tbl->dead = 0;
523 if (!tbl->dead)
H A Dip_vs_lblcr.c283 bool dead; member in struct:ip_vs_lblcr_table
406 tbl->dead = 1;
535 tbl->dead = 0;
693 if (!tbl->dead)
708 if (!tbl->dead)
/net/decnet/
H A Ddn_fib.c707 int dead = 0; local
711 dead++;
719 dead++;
722 if (dead == fi->fib_nhs) {
/net/ipv4/
H A Dfib_semantics.c1132 int dead; local
1138 dead = 0;
1141 dead++;
1151 dead++;
1155 dead = fi->fib_nhs;
1160 if (dead == fi->fib_nhs) {
1228 * Dead device goes up. We wake up dead nexthops.
1305 /* Race condition: route has just become dead. */
1332 /* Race condition: route has just become dead. */
/net/mac80211/
H A Dsta_info.h324 * @dead: set to true when sta is unlinked
360 bool dead; member in struct:sta_info

Completed in 111 milliseconds