Lines Matching refs:dead
1765 bool removing, bool dead);
1869 u8 nud_state, dead; in mlxsw_sp_router_neigh_event_work() local
1878 dead = n->dead; in mlxsw_sp_router_neigh_event_work()
1882 entry_connected = nud_state & NUD_VALID && !dead; in mlxsw_sp_router_neigh_event_work()
1895 dead); in mlxsw_sp_router_neigh_event_work()
2546 u8 nud_state, dead; in mlxsw_sp_nexthop_dead_neigh_replace() local
2569 dead = n->dead; in mlxsw_sp_nexthop_dead_neigh_replace()
2571 entry_connected = nud_state & NUD_VALID && !dead; in mlxsw_sp_nexthop_dead_neigh_replace()
2595 bool removing, bool dead) in mlxsw_sp_nexthop_neigh_update() argument
2602 if (dead) { in mlxsw_sp_nexthop_neigh_update()
2643 u8 nud_state, dead; in mlxsw_sp_nexthop_neigh_init() local
2682 dead = n->dead; in mlxsw_sp_nexthop_neigh_init()
2684 __mlxsw_sp_nexthop_neigh_update(nh, !(nud_state & NUD_VALID && !dead)); in mlxsw_sp_nexthop_neigh_init()